From 6b3a2d3b434f3c849121303eb048980b8e80d49a Mon Sep 17 00:00:00 2001 From: jvelilla Date: Wed, 21 Dec 2011 15:40:03 -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 c833a939..6d06a051 100644 --- a/examples/restbucksCRUD/readme.md +++ b/examples/restbucksCRUD/readme.md @@ -1,6 +1,6 @@ Restbuck Eiffel Implementation based on the book of REST in Practice ==================================================================== -This is an ihmplementation of CRUD pattern for manipulate resources, this is the first step to use +This is an implementation of CRUD pattern for manipulate resources, this is the first step to use the HTTP protocol as an application protocol instead of a transport protocol. Restbuck Protocol