Update examples/restbucksCRUD/readme.md

This commit is contained in:
jvelilla
2011-12-09 11:02:31 -02:00
parent 108396bd91
commit 2dd43ad829

View File

@@ -130,3 +130,8 @@ How to Delete an order
* Uri: http://localhost:8080/order/{order_id}
* Method: DELETE
References
----------
1. [How to get a cup of coffe](http://www.infoq.com/articles/webber-rest-workflow)
2. [Rest in Practice] (http://restinpractice.com/default.aspx)