Skip to content

Commit

Permalink
Minor tweaks to README
Browse files Browse the repository at this point in the history
  • Loading branch information
brainsik committed Aug 14, 2024
1 parent 5ac6dac commit 98778e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
# JSON Store

JSON store is a simple replacement for shelve. It writes JSON serialized files,
accepts unicode keys, tracks whether the store has been changed since last
accepts unicode keys, and tracks whether the store has been changed since last
sync. It has no dependencies.

JSON store is not intended for large stores. Everything is in memory and
sync() writes the whole store to disk.
JSON store is intended for smaller stores. Everything is kept in memory and `sync()`
writes the whole store to disk.

For issues and development, see it's GitHub page:
For issues and development, see:

https://github.com/brainsik/json-store

0 comments on commit 98778e4

Please sign in to comment.