README.textile in optionsful-0.1.7 vs README.textile in optionsful-0.1.8
- old
+ new
@@ -18,36 +18,36 @@
HTTP/1.1 204 No Content
Allow: GET, POST
Connection: close
Date: Thu, 22 Jul 2010 17:20:27 GMT
-Link: <http://localhost:3000/opts/posts>; type=text/html; rel=help
+Link: <http://localhost:3000/optionsful/posts>; type=text/html; rel=help
OPTIONS /posts/1 HTTP/1.1
Host: http://localhost:3000
HTTP/1.1 204 No Content
Allow: GET, PUT, DELETE
Connection: close
Date: Thu, 22 Jul 2010 18:14:24 GMT
-Link: <http://localhost:3000/opts/posts/1/>; type=text/html; rel=help
+Link: <http://localhost:3000/optionsful/posts/1/>; type=text/html; rel=help
OPTIONS /posts/1/comments HTTP/1.1
Host: http://localhost:3000
HTTP/1.1 204 No Content
Allow: GET, POST
Connection: close
Date: Thu, 22 Jul 2010 18:12:43 GMT
-Link: <http://localhost:3000/opts/posts/1/comments>; type=text/html; rel=help
+Link: <http://localhost:3000/optionsful/posts/1/comments>; type=text/html; rel=help
</pre>
~Note the empty line which is part of the HTTP protocol.~
h3. Retrieving the resource/service documentation right from your browser:
* Access the given Link header through your preferable browser. Yeah, via an HTTP GET request.
-* @http://localhost:3000/opts/posts/1/comments@ for instance.
+* @http://localhost:3000/optionsful/posts/1/comments@ for instance.
* Try up adding some RDoc-like comments above your actions definitions on the appropriate controllers.
* Refresh the page and your documentation and have fun!
* There's a lot of helpful things we can do with this extracted 'on-the-fly' information (metadata).
\ No newline at end of file