readme fix
authoradam <anton@adamansky.com>
Sun, 28 Oct 2012 14:37:33 +0000 (21:37 +0700)
committeradam <anton@adamansky.com>
Sun, 28 Oct 2012 14:37:33 +0000 (21:37 +0700)
README.md
tcejdb/README

index bcaa32b..cfad642 100644 (file)
--- 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/)
 
index 3dd4b3e..278b79f 100644 (file)
@@ -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/)