From e3242c842629e8bcea58036eeaf95882cfaa5b1a Mon Sep 17 00:00:00 2001 From: Ignacio Hagopian Date: Thu, 1 Aug 2019 00:48:36 -0300 Subject: [PATCH] README: typos (#35) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad63aa8..0670cbc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ For a more feature-complete Redis-compatible server, distributed key/value store * Builtin CLI (`bitcask`) * Builtin Redis-compatible server (`bitcaskd`) * Predictable read/write performance -* Low latecny +* Low latency * High throughput (See: [Performance](README.md#Performance) ) ## Development @@ -37,6 +37,7 @@ $ git clone https://github.com/prologic/bitcask.git This library uses [Protobuf](https://github.com/protocolbuffers/protobuf) to serialize data on disk. Please follow the instructions for installing `protobuf` on your system. You will also need the following Go libraries/tools to generate Go code from Protobuf defs: +- [protoc-gen-go](https://github.com/golang/protobuf) 3. Build the project @@ -46,8 +47,6 @@ $ make This will invoke `go generate` and `go build`. -- [protoc-gen-go](https://github.com/golang/protobuf) - ## Install ```#!bash