diff --git a/README.md b/README.md index 62bf9ccf..cb9c8024 100755 --- a/README.md +++ b/README.md @@ -688,7 +688,7 @@ expected kind of datasets (20MB for 10,000 2KB documents). * connect-nedb-session is a session store for Connect and Express, backed by nedb -* If you mostly use NeDB for logging purposes and don't want the memory footprint of your application to grow too large, you can use NeDB Logger to insert documents in a NeDB-readable database +* If you mostly use NeDB for logging purposes and don't want the memory footprint of your application to grow too large, you can use NeDB Logger to insert documents in a NeDB-readable database * If you've outgrown NeDB, switching to MongoDB won't be too hard as it is the same API. Use this utility to transfer the data from a NeDB database to a MongoDB collection * An ODM for NeDB: Camo