one sends a GET request to a resource not to a URI bblfish
authorHenry Story <henry.story@bblfish.net>
Sun, 01 Jun 2014 23:35:45 +0200
branchbblfish
changeset 619 ba2abbd4424a
parent 618 6ff8939ea487
child 620 d84c7023f4cb
one sends a GET request to a resource not to a URI
ldp-primer/ldp-primer.html
--- a/ldp-primer/ldp-primer.html	Sun Jun 01 21:33:31 2014 +0200
+++ b/ldp-primer/ldp-primer.html	Sun Jun 01 23:35:45 2014 +0200
@@ -493,9 +493,10 @@
       <h2>Looking up a basic container (GET on an LDP-BC) </h2>
 
       <p>First Alice looks up her storage by retrieving the LDP Basic Container assigned to her to hold her documents.
- Alice's LDP client does this by doing a GET request on the URI, http://data.example.org/alice/. </p>
+ Alice's LDP client does this by sending a GET request to the Resource, &lt;http://data.example.org/alice/&gt;. </p>
 
-      <pre title="Request - basic container retreival" class='example' data-include='getbc.txt' data-oninclude='fixCode'></pre> 
+      <pre title="Request - basic container retreival" class='example' data-include='getbc.txt' data-oninclude='fixCode'>
+</pre> 
       
       <p>As her document storage was just created, it is an empty container. </p>