diff --git a/README.md b/README.md index b6606376..394be2a8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Appendable -Appendable is an append-only, schemaless, daemon-less database. +Appendable is an append-only, schema-less, daemon-less database. Appendable doesn't require a conventional server, instead it generates an index file that you can host on your favorite static hosting site. @@ -55,7 +55,7 @@ console.log(results); // contains data.jsonl queried with the above query. ## Getting Started -TODO: implement a mini walkthrough. +Check out the demo's README to get started. ## Advanced Usage