From 730454de9b0776ae85e17d4c8ca8d6fef6bd03a0 Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Tue, 21 Dec 2010 19:50:44 +0100 Subject: [PATCH] Readme fixed. --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index d7ad364..4e74c73 100644 --- a/README.markdown +++ b/README.markdown @@ -24,7 +24,7 @@ curl -d "GET/hello" http://127.0.0.1:7379/ * Enrich config file * Provide timeout * Restrict commands by IP range -* Add your own here or send your suggestions on twitter [@yowgi](http://twitter.com/yowgi). +* Send your ideas using the github tracker or on twitter [@yowgi](http://twitter.com/yowgi). # HTTP error codes * Missing key: 404 Not Found @@ -40,7 +40,7 @@ The URI `/COMMAND/arg0/arg1/.../argN` returns a JSON object with the command as
 // string
 $ curl  http://127.0.0.1:7379/GET/y
-{"GET":"42"}
+{"GET":"41"}
 
 // number
 $ curl  http://127.0.0.1:7379/INCR/y