From e5c0aa0b350533c99b2e6c1e3a386007aa227dbf Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 1 Sep 2014 23:37:58 -0700 Subject: [PATCH] Fix more typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dd79868..4153db41 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Download and run rqlite like so (tested on 64-bit Kubuntu 14.04): go get github.com/otoolep/rqlite bin/rqlite ~/node.1 -This starts a rqlite server listening on localhost, port 4001. This single node is automatically becomes the leader. To see all available command-line options, execute: +This starts a rqlite server listening on localhost, port 4001. This single node automatically becomes the leader. To see all available command-line options, execute: bin/rqlite -h