README.md in json-ld-3.1.9 vs README.md in json-ld-3.1.10

- old
+ new

@@ -12,10 +12,10 @@ JSON::LD parses and serializes [JSON-LD][] into [RDF][] and implements expansion, compaction and framing API interfaces. It also extracts JSON-LD from HTML. JSON::LD can now be used to create a _context_ from an RDFS/OWL definition, and optionally include a JSON-LD representation of the ontology itself. This is currently accessed through the `script/gen_context` script. * If the [jsonlint][] gem is installed, it will be used when validating an input document. -* If available, uses [Nokogiri][] and/or [Nokogumbo][] for parsing HTML, falls back to REXML otherwise. +* If available, uses [Nokogiri][] for parsing HTML, falls back to REXML otherwise. * Provisional support for [JSON-LD-star][JSON-LD-star]. [Implementation Report](https://ruby-rdf.github.io/json-ld/etc/earl.html) Install with `gem install json-ld`