aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Cochrane <cochrane26@gmail.com>2015-11-03 14:04:31 +0000
committerCharlie Cochrane <cochrane26@gmail.com>2015-11-03 14:04:31 +0000
commit13944fb3e39c37e98b1b3a2d3992e226c5b7e061 (patch)
treeb5a7c811a3e63565b50e92c0f470a504bf6a9d34
parentMerge pull request #419 from raggi/windows-flock (diff)
downloaddedo-13944fb3e39c37e98b1b3a2d3992e226c5b7e061.tar.gz
dedo-13944fb3e39c37e98b1b3a2d3992e226c5b7e061.tar.xz
updated README.md to fix typo
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f0dac46..32759ce 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
Bolt [![Build Status](https://drone.io/github.com/boltdb/bolt/status.png)](https://drone.io/github.com/boltdb/bolt/latest) [![Coverage Status](https://coveralls.io/repos/boltdb/bolt/badge.png?branch=master)](https://coveralls.io/r/boltdb/bolt?branch=master) [![GoDoc](https://godoc.org/github.com/boltdb/bolt?status.png)](https://godoc.org/github.com/boltdb/bolt) ![Version](http://img.shields.io/badge/version-1.0-green.png)
====
-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.