--- 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, <http://data.example.org/alice/>. </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>