diff --git a/README.md b/README.md index f02806e..1b08949 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # ocean -In-memory key value store that saves your data to simple JSON files. -No background processes, no schemas, just plain old files. -If you like, you can execute a search on your entire data with classic UNIX tools. +In-memory key value store that saves your data to plain old JSON files. + +If you like, you can operate on your entire data with classic UNIX tools. + Writing to disk is async, so the performance of your code is only limited by your CPU and RAM speed.