Skip to content

Commit 40a07b4

Browse files
committed
update docs
1 parent 4039d19 commit 40a07b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DictDataBase is a simple and fast database for handling json or compressed json
1212
- **No database server** required. Simply import DictDataBase in your project and use it.
1313
- **Compression**. Configure if the files should be stored as raw json or as json compressed with zlib.
1414
- **Fast**. A dict can be accessed partially without having to parse the entire file, making the read and writes very efficient.
15-
- **Tested**. 99%+ coverage, over 1000 test cases.
15+
- **Tested** with 99%+ coverage.
1616

1717
### Why use DictDataBase
1818
- For example, have a webserver dispatch database reads and writes concurrently.

0 commit comments

Comments
 (0)