From 7ab5cc4dff83d5cbe6dccb413750fea14718b038 Mon Sep 17 00:00:00 2001 From: Thomas Tanon Date: Sun, 27 Sep 2020 21:17:22 +0200 Subject: [PATCH] JS README: works only with NodeJS 12+ --- js/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/README.md b/js/README.md index 62a8ee7e..ccf9e9e7 100644 --- a/js/README.md +++ b/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