Skip to content

Commit 3f4448a

Browse files
committed
Updated README.md
1 parent 509e2a9 commit 3f4448a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Notes API: Golang with NoSQL Databases
88

99
A simple microservice for notes management with REST and gRPC APIs, with support for multiple storage backends.
1010

11-
**This project is generated using JetBrains Junie and several other AI coding agents, to evaluate agents capabilities.**
11+
**This project is generated using JetBrains Junie and several other AI coding agents to evaluate agent capabilities.**
1212

1313
## 👨‍💻 Author
1414

@@ -276,7 +276,7 @@ Additionally, code coverage reports are automatically uploaded to [Codecov](http
276276
The application can be configured using environment variables:
277277

278278
### General Configuration
279-
- `STORAGE_TYPE` - The type of storage to use: "memory", "couchdb", or "mongodb" (default: "memory")
279+
- `STORAGE_TYPE` - The type of storage to use: `memory`, `couchdb`, or `mongodb` (default: `memory`)
280280

281281
### CouchDB Configuration
282282
- `COUCHDB_URL` - The URL of the CouchDB server (default: "http://localhost:5984")
@@ -294,7 +294,7 @@ All code is released under open-source licenses. Ownership may be transferred to
294294

295295
## 📄 License & Attribution
296296

297-
This project is licensed under the **MIT License** - see the [LICENSE](LICENSE.md) file for details.
297+
This project is licensed under the **MIT License** see the [LICENSE](LICENSE.md) file for details.
298298

299299
### Using This Project?
300300

0 commit comments

Comments
 (0)