Merge pull request #120 from snormore/readme_typo

Fix typo in README
master
Ben Johnson 2014-04-08 07:23:09 -06:00
commit e51eb4e243
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Since Bolt is meant to be used as such a low-level piece of functionality, simpl
## Project Status
Bolt is functionally complete and has nearly full unit test coverage. The library test suite also includes randomized black box testing to ensure database consistency and thread safety. Bolt is currently in use in a few project, however, it is still at a beta stage so please use with caution and report any bugs found.
Bolt is functionally complete and has nearly full unit test coverage. The library test suite also includes randomized black box testing to ensure database consistency and thread safety. Bolt is currently in use in a few projects, however, it is still at a beta stage so please use with caution and report any bugs found.
## Comparing Bolt vs LMDB