aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-04-08 07:23:09 -0600
committerBen Johnson <benbjohnson@yahoo.com>2014-04-08 07:23:09 -0600
commite51eb4e243d5d72ede4151c2531e832d91341e2a (patch)
tree8f0b035643c06d3512651afa4a49ae914972d661
parentMerge pull request #119 from benbjohnson/tx-rename (diff)
parentfix typo in README (diff)
downloaddedo-e51eb4e243d5d72ede4151c2531e832d91341e2a.tar.gz
dedo-e51eb4e243d5d72ede4151c2531e832d91341e2a.tar.xz
Merge pull request #120 from snormore/readme_typo
Fix typo in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a249cb2..cd5ec6e 100644
--- a/README.md
+++ b/README.md
@@ -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