diff options
author | Charlie Cochrane <cochrane26@gmail.com> | 2015-11-03 14:04:31 +0000 |
---|---|---|
committer | Charlie Cochrane <cochrane26@gmail.com> | 2015-11-03 14:04:31 +0000 |
commit | 13944fb3e39c37e98b1b3a2d3992e226c5b7e061 (patch) | |
tree | b5a7c811a3e63565b50e92c0f470a504bf6a9d34 | |
parent | Merge pull request #419 from raggi/windows-flock (diff) | |
download | dedo-13944fb3e39c37e98b1b3a2d3992e226c5b7e061.tar.gz dedo-13944fb3e39c37e98b1b3a2d3992e226c5b7e061.tar.xz |
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. |