lib/rdf/json/reader.rb in rdf-json-0.1.0 vs lib/rdf/json/reader.rb in rdf-json-0.1.1

- old
+ new

@@ -5,10 +5,10 @@ # @example Obtaining an RDF/JSON reader class # RDF::Reader.for(:json) #=> RDF::JSON::Reader # RDF::Reader.for("etc/doap.json") # RDF::Reader.for(:file_name => "etc/doap.json") # RDF::Reader.for(:file_extension => "json") - # RDF::Reader.for(:content_type => "application/json") + # RDF::Reader.for(:content_type => "application/json") # # @example Parsing RDF statements from an RDF/JSON file # RDF::JSON::Reader.open("etc/doap.json") do |reader| # reader.each_statement do |statement| # puts statement.inspect