README.md in json-ld-1.0.1.1 vs README.md in json-ld-1.0.3
- old
+ new
@@ -182,11 +182,11 @@
"": "http://manu.sporny.org/",
"foaf": "http://xmlns.com/foaf/0.1/"
}
}
- JSON::LD::fromRDF(input, context) =>
+ JSON::LD::API::fromRDF(input, context) =>
{
"@context": {
"": "http://manu.sporny.org/",
"foaf": "http://xmlns.com/foaf/0.1/"
},
@@ -204,10 +204,10 @@
graph = RDF::Graph.load("etc/doap.jsonld", :format => :jsonld)
graph.dump(:jsonld, :standard_prefixes => true)
## Documentation
-Full documentation available on [RubyDoc](http://rubydoc.info/gems/json-ld/file/README.markdown)
+Full documentation available on [RubyDoc](http://rubydoc.info/gems/json-ld/file/README.md)
## Differences from [JSON-LD API][]
The specified JSON-LD API is based on a WebIDL definition intended for use within the browser.
This version implements a more Ruby-like variation of this API without the use
of futures and callback arguments, preferring Ruby blocks. All API methods