From ff676e9fef48d6cbaf430d8fc12999988ead3281 Mon Sep 17 00:00:00 2001 From: andrew fabbro Date: Thu, 1 Sep 2016 09:46:31 -0700 Subject: [PATCH] README.md fixup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 230d595..c077bc8 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ gorqlite should be considered alpha until more testers share their experiences. go get github.com/raindog308/gorqlite ## Examples - +` // these URLs are just generic database URLs, not rqlite API URLs, // so you don't need to worry about the various rqlite paths ("/db/query"), etc. // just supply the base url and not "db" or anything after it. @@ -111,7 +111,7 @@ gorqlite.TraceOn(os.Stderr) // turn off gorqlite.TraceOff() - +` ## Important Notes If you use access control, any user connecting will need the "status" permission in addition to any other needed permission. This is so gorqlite can query the cluster and try other peers if the master is lost.