Skip to content

Commit a15f6fc

Browse files
committed
Updated README.md
1 parent ce7d64b commit a15f6fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[![Author](https://img.shields.io/badge/Author-Vadim%20Starichkov-blue?style=for-the-badge)](https://github.com/starichkov)
2+
[![GitHub License](https://img.shields.io/github/license/starichkov/golang-simple-notes?style=for-the-badge)](https://github.com/starichkov/golang-simple-notes/blob/main/LICENSE.md)
23
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/starichkov/golang-simple-notes/build.yml?style=for-the-badge)](https://github.com/starichkov/golang-simple-notes/actions/workflows/build.yml)
34
[![Codecov](https://img.shields.io/codecov/c/github/starichkov/golang-simple-notes?style=for-the-badge)](https://codecov.io/gh/starichkov/golang-simple-notes)
4-
[![GitHub License](https://img.shields.io/github/license/starichkov/golang-simple-notes?style=for-the-badge)](https://github.com/starichkov/golang-simple-notes/blob/main/LICENSE.md)
55

66
Notes API: Golang with NoSQL Databases
77
=
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)