JS README: works only with NodeJS 12+

pull/63/head
Thomas Tanon 4 years ago committed by GitHub
parent a06ae72d9e
commit 7ab5cc4dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      js/README.md

@ -14,7 +14,7 @@ Oxigraph for JavaScript is a work in progress and currently offers a simple in-m
The store is also able to load RDF serialized in [Turtle](https://www.w3.org/TR/turtle/), [TriG](https://www.w3.org/TR/trig/), [N-Triples](https://www.w3.org/TR/n-triples/), [N-Quads](https://www.w3.org/TR/n-quads/) and [RDF/XML](https://www.w3.org/TR/rdf-syntax-grammar/).
It is distributed using a [a NPM package](https://www.npmjs.com/package/oxigraph) that should work with nodeJS.
It is distributed using a [a NPM package](https://www.npmjs.com/package/oxigraph) that should work with nodeJS 12+.
```bash
npm install oxigraph

Loading…
Cancel
Save