From 5e2c2af18a83458e94c0d0d3c90fccae7b00294b Mon Sep 17 00:00:00 2001 From: jvelilla Date: Fri, 9 Dec 2011 11:57:47 -0200 Subject: [PATCH] Update examples/restbucksCRUD/readme.md --- examples/restbucksCRUD/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/restbucksCRUD/readme.md b/examples/restbucksCRUD/readme.md index 300c2c1c..b0a57cad 100644 --- a/examples/restbucksCRUD/readme.md +++ b/examples/restbucksCRUD/readme.md @@ -104,7 +104,7 @@ of to handle different type of request to the ORDER resource. How to Create an order ---------------------- -Here is the convention that we are using +Here is the convention that we are using: POST is used for creation and the server determines the URI of the created resource. If the request post is SUCCESS, the server will create the order and will response with HTTP_RESPONSE 201 CREATED, the Location header will contains the newly created order's URI