README.md in json-ld-1.1.1 vs README.md in json-ld-1.1.2

- old
+ new

@@ -214,9 +214,11 @@ graph = RDF::Graph.load("etc/doap.jsonld", :format => :jsonld) graph.dump(:jsonld, :standard_prefixes => true) `RDF::GRAPH#dump` can also take a `:context` option to use a separately defined context +As JSON-LD may come from many different sources, included as an embedded script tag within an HTML document, the RDF Reader will strip input before the leading `{` or `[` and after the trailing `}` or `]`. + ## Documentation 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 implementing [Promises][] intended for use within a browser.