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