Fixed copy-paste error in README.
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Tue, 13 Dec 2011 23:04:17 +0800
changeset 290 2e6c850568b6
parent 289 238844765446
child 291 a746634b4333
Fixed copy-paste error in README.
README.rst
--- a/README.rst	Wed Dec 07 00:10:56 2011 +0800
+++ b/README.rst	Tue Dec 13 23:04:17 2011 +0800
@@ -17,7 +17,7 @@
 A simple example of a JSON object with added semantics:
 
 ::
- { 
+ {
    "@context": "http://purl.org/jsonld/Person",
    "@subject": "http://dbpedia.org/resource/John_Lennon",
    "name": "John Lennon",
@@ -40,11 +40,10 @@
 The Specification
 -----------------
 
-If you are a developer, you may be interested in the latest WebID specification:
+If you are a developer, you may be interested in the latest JSON-LD specification:
 
 http://json-ld.org/spec/latest/
 
 A list of all previous specification drafts is also available.
 
 http://json-ld.org/spec/
-