From 235a4273ef6b04c8406d7284b80feee3c4f39226 Mon Sep 17 00:00:00 2001 From: Sue Spence Date: Mon, 25 Sep 2017 13:58:09 +0100 Subject: [PATCH] Removed 'moribund' since some people think it's a bit derogatory towards the original developer. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e1729289..99052aa1d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ bbolt [![Coverage](https://codecov.io/gh/coreos/bbolt/branch/master/graph/badge.svg)](https://codecov.io/gh/coreos/bbolt) [![Godoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://godoc.org/github.com/coreos/bbolt) -bbolt is a fork of [Ben Johnson's][gh_ben] moribund [Bolt][bolt] key/value +bbolt is a fork of [Ben Johnson's][gh_ben] [Bolt][bolt] key/value store. The purpose of this fork is to provide the Go community with an active maintenance and development target for Bolt; the goal is improved reliability and stability. bbolt includes bug fixes, performance enhancements, and features