Skip to content

Commit ea0b589

Browse files
committed
Update readme
1 parent e2962ac commit ea0b589

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
password: ${{ secrets.DOCKER_PAT }}
3939
repository: ${{ vars.DOCKER_USERNAME }}/kv
4040
readme-filepath: ./README.md
41-
short-description: "Lightweight key-value store with HTTP API. Built using ReactPHP and SQLite"
41+
short-description: "Lightweight, high performance key-value store with HTTP API. Built with ReactPHP and SQLite"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ This project provides a simple, performant and resource-efficient key-value stor
99
## Features
1010

1111
* RESTful HTTP API
12-
* Persistent storage via SQLite
12+
* Persistent (optional) storage via SQLite
1313
* Low resource usage (typical memory usage ~35MB, negligible CPU usage)
1414
* Simple GET/PUT/DELETE operations
1515

1616
## Getting started
1717

1818
### Running with Docker
1919

20-
Run the container with default settings:
20+
Run the container:
2121

2222
```
2323
docker run --name kv -p 8080:8080 binaryfire/kv:latest

0 commit comments

Comments
 (0)