From 68baa32df31c8902b9a06332174c70ac85bd03fc Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 2 Sep 2014 00:39:38 -0700 Subject: [PATCH] Fix query port --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 061432d1..23cd0727 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ When a transaction takes place either both statements will succeed, or neither. ### Querying Data Qeurying data is easy. - curl -XGET localhost:4002/db -d 'SELECT * from foo' + curl -XGET localhost:4001/db -d 'SELECT * from foo' ### Performance rqlite replicates SQLite for fault-tolerance. It does not replicate it for performance. In fact performance is reduced somewhat due to the network round-trips.