From 2a527ea63cf29e791691ee2cc649df129c9cf0e0 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 2 Sep 2014 00:19:32 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa99e6f3..65451048 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ An Admin API exists, which dumps some basic diagnostic and statistical informati The use of the URL param `pretty` is optional, and results in pretty-printed JSON responses. ## Credits -This project uses the [go-raft](https://github.com/goraft/raft) implementation of the Raft consensus protocol, and was inspired by the raftd reference implementation. I also borrowed some ideas from [etcd](https://github.com/coreos/etcd). +This project uses the [go-raft](https://github.com/goraft/raft) implementation of the Raft consensus protocol, and was inspired by the [raftd](https://github.com/goraft/raftd) reference implementation. rqlite also borrows some ideas from [etcd](https://github.com/coreos/etcd). ## Limitations * SQLite commands such as `.schema` are not handled.