From 895613ca5bb06096a060de7dbd1d99d0e8ff0c5c Mon Sep 17 00:00:00 2001 From: wenyekui Date: Tue, 29 Jul 2014 15:33:35 +0800 Subject: [PATCH] Update readme.md --- server/http/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/http/readme.md b/server/http/readme.md index b87ea15..6e05c43 100644 --- a/server/http/readme.md +++ b/server/http/readme.md @@ -5,7 +5,7 @@ The proper url format is http://host:port[/db]/cmd/arg1/arg2/.../argN[?type=type] -'db' and 'type' are optional. 'db' stands for ledis db index, ranges from 0 to 15, its default value is 0. 'type' is a cumstom content type, can be json, bson or msgpack, json is default. +'db' and 'type' are optional. 'db' stands for ledis db index, ranges from 0 to 15, its default value is 0. 'type' is a custom content type, can be json, bson or msgpack, json is default. ####Response