From 5b636bff72422171d8a136d0a264108fcf05e7b5 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 28 Oct 2012 21:37:33 +0700 Subject: [PATCH] readme fix --- README.md | 2 +- tcejdb/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/) -- 2.7.4