diff options
Diffstat (limited to 'client/readme.md')
-rw-r--r-- | client/readme.md | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/client/readme.md b/client/readme.md index 92753d4..b9eef81 100644 --- a/client/readme.md +++ b/client/readme.md @@ -1,9 +1,3 @@ -# naive +# naive-client -![build status](https://api.travis-ci.org/nvandoorn/naive.svg?branch=master 'Build Status') - -[Read the docs](https://nvandoorn.github.io/naive/) - -A small NoSQL database with an API similar to Firebase backed by a static JSON file. - -Useful for prototyping or situations where size is small and data integrity is not that important +Connect your client to a hosted `naive-core` instance using `naive-server`. |