diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-03-02 02:53:12 -0800 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-03-02 02:54:02 -0800 |
commit | 6ab09f89019dcfa7942dfcf261a5d2fd0fcd6e47 (patch) | |
tree | 807dfe23b54988749deddc2bab517942ce161b2d /client/readme.md | |
parent | 438b369d5efdfdf8e7ea3b70540f5e7cf9929e93 (diff) |
Docz
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`. |