From 2a12821f213ec57d329fbecb6a0d0ac505367917 Mon Sep 17 00:00:00 2001 From: Petr Mikusek Date: Sat, 22 Oct 2016 12:17:07 +0200 Subject: [PATCH] fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22603b7..806f7d9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ GoDoc

-

Fast Redis compatible server framework for Go

+

Fast Redis compatible server framework for Go

Redcon is a custom Redis server framework for Go that is fast and simple to use. The reason for this library it to give an efficient server front-end for the [BuntDB](https://github.com/tidwall/buntdb) and [Tile38](https://github.com/tidwall/tile38) projects.