From: adam Date: Sun, 28 Oct 2012 14:37:33 +0000 (+0700) Subject: readme fix X-Git-Tag: v1.2.12~650 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b636bff72422171d8a136d0a264108fcf05e7b5;p=platform%2Fupstream%2Fejdb.git readme fix --- diff --git a/README.md b/README.md index bcaa32b..cfad642 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ EJDB - Embedded JSON Database engine The main goal of this project to create the fast [MongoDB](http://mongodb.org)-like database engine library **which can be embed into C/C++ applications under terms of LGPL license.** -EJDB is the C library based on modified version of [Tokio Cabinet](http://fallabs.com/tokyocabinet/). +EJDB is the C library based on modified version of [Tokyo Cabinet](http://fallabs.com/tokyocabinet/). JSON representation of queries and data implemented with API based on [C BSON](https://github.com/mongodb/mongo-c-driver/tree/master/src/) diff --git a/tcejdb/README b/tcejdb/README index 3dd4b3e..278b79f 100644 --- a/tcejdb/README +++ b/tcejdb/README @@ -6,7 +6,7 @@ EJDB - Embedded JSON Database engine The main goal of this project to create the fast [MongoDB](http://mongodb.org)-like database engine library **which can be embed into C/C++ applications under terms of LGPL license.** -EJDB is the C library based on modified version of [Tokio Cabinet](http://fallabs.com/tokyocabinet/). +EJDB is the C library based on modified version of [Tokyo Cabinet](http://fallabs.com/tokyocabinet/). JSON representation of queries and data implemented with API based on [C BSON](https://github.com/mongodb/mongo-c-driver/tree/master/src/)