Skip to content

Commit f6327f7

Browse files
committed
docs: update intro
1 parent ba211b1 commit f6327f7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# API-KV: Simple and Flexible Key-Value Storage API
1+
# API-KV: Simple and Flexible Key-Value Storage
22

33
![apikv-logo.png](_docs/apikv-logo.png)
44

5-
Welcome to API-KV, a user-friendly and versatile Key-Value storage API designed with simplicity in mind. Powered by
6-
SQLite and implemented in Golang, API-KV offers an effortless experience for managing your data.
5+
Welcome to API-KV, a user-friendly and versatile Key-Value storage designed with simplicity and API-first in mind.
6+
Powered by SQLite and implemented in Golang, API-KV offers an effortless experience for managing your data.
77

88
Features:
99

@@ -24,14 +24,15 @@ Self-hosted friendly.
2424

2525
- Via GitHub [releases](https://github.com/reddec/api-kv/releases/latest)
2626
- Via Go install: `go install -v github.com/reddec/api-kv/cmd/...@latest`
27-
- Via [Docker image](https://github.com/reddec/api-kv/pkgs/container/api-kv) (x64 and arm): `ghcr.io/reddec/api-kv:latest`
27+
- Via [Docker image](https://github.com/reddec/api-kv/pkgs/container/api-kv) (x64 and
28+
arm): `ghcr.io/reddec/api-kv:latest`
2829

2930
## Usage
3031

3132
- [OpenAPI spec](openapi.yaml)
3233
- [Live docs](https://elements-demo.stoplight.io/?spec=https://raw.githubusercontent.com/reddec/api-kv/master/openapi.yaml)
33-
- [![](https://godoc.org/github.com/reddec/api-kv/api/client?status.svg)](http://godoc.org/github.com/reddec/api-kv/api/client) generated Go API client
34-
34+
- [![](https://godoc.org/github.com/reddec/api-kv/api/client?status.svg)](http://godoc.org/github.com/reddec/api-kv/api/client)
35+
generated Go API client
3536

3637
Basic rules of URL: `/<namespace>/<key>`, and content is value.
3738

0 commit comments

Comments
 (0)