From 2a6850637581c4974bd909070f5f758eb5bdc386 Mon Sep 17 00:00:00 2001 From: Sabda PS Date: Fri, 5 Sep 2014 07:17:14 +0700 Subject: [PATCH] Fixed bad grammars ;) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f423d89..9b74c32 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Put this in your leiningen project.clj :dependencies vector ## Concept & Rationale -Learning the applicability of a language sometime requires a way to be able to do 'real-world' stuffs easily, especially to make the language more playful for beginners without having to do some setups. QuestDB intends to serve the needs for beginners requiring a simple nosql database that can be embedded directly into the project but provides good enough standard CRUDs and basic querying (view in couches' terms). +Learning a new language sometimes requires a way to be able to do 'real-world' stuffs easily, especially to make the language more playful for beginners without having to do some setups. QuestDB intends to serve the needs for beginners requiring a simple nosql database that can be embedded directly into the project without any installation required, but provides good enough standard CRUDs and basic querying ability (view in couches' terms). ## Usage