diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2015-11-03 09:07:54 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2015-11-03 09:07:54 -0700 |
commit | 47d80ed8a451fe9c07069e845e93b79291bb0532 (patch) | |
tree | b5a7c811a3e63565b50e92c0f470a504bf6a9d34 | |
parent | Merge pull request #419 from raggi/windows-flock (diff) | |
parent | updated README.md to fix typo (diff) | |
download | dedo-47d80ed8a451fe9c07069e845e93b79291bb0532.tar.gz dedo-47d80ed8a451fe9c07069e845e93b79291bb0532.tar.xz |
Merge pull request #451 from Charlesworth/master
updated README.md to fix typo
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ Bolt [](https://drone.io/github.com/boltdb/bolt/latest) [](https://coveralls.io/r/boltdb/bolt?branch=master) [](https://godoc.org/github.com/boltdb/bolt)  ==== -Bolt is a pure Go key/value store inspired by [Howard Chu's][hyc_symas] and -the [LMDB project][lmdb]. The goal of the project is to provide a simple, +Bolt is a pure Go key/value store inspired by [Howard Chu's][hyc_symas] +[LMDB project][lmdb]. The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL. |