aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2015-11-03 09:07:54 -0700
committerBen Johnson <benbjohnson@yahoo.com>2015-11-03 09:07:54 -0700
commit47d80ed8a451fe9c07069e845e93b79291bb0532 (patch)
treeb5a7c811a3e63565b50e92c0f470a504bf6a9d34
parentMerge pull request #419 from raggi/windows-flock (diff)
parentupdated README.md to fix typo (diff)
downloaddedo-47d80ed8a451fe9c07069e845e93b79291bb0532.tar.gz
dedo-47d80ed8a451fe9c07069e845e93b79291bb0532.tar.xz
Merge pull request #451 from Charlesworth/master
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.