From dfe010295ccd5701735363227510ef496795ae79 Mon Sep 17 00:00:00 2001 From: Mike Blackstock Date: Sun, 3 Jan 2021 19:58:44 -0800 Subject: [PATCH] added Node.js requirements to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2069f8..bebc309 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ When version **1.x** is selected these nodes use the influxDB 2.0 API compatibility endpoints available in the InfluxDB 2.0 client libraries for node.js. These nodes are used for writing and querying data with Flux in InfluxDB 1.8+. -When version **2.0** is selected, the nodes make use of the InfluxDB 2.0 client libraries for writing and querying data with Flux in InfluxDB 2.0. +When version **2.0** is selected, the nodes make use of the InfluxDB 2.0 client libraries for writing and querying data with Flux in InfluxDB 2.0. ## Prerequisites -To run this you'll need access to an InfluxDB database version 1.x, 1.8+ or 2.0. See the InfluxDB site for more information. The latest release of this node has been tested with InfluxDB 1.8 and 2.0. +To run this you'll need access to an InfluxDB database version 1.x, 1.8+ or 2.0. See the InfluxDB site for more information. The latest release of this node has been tested with InfluxDB 1.8 and 2.0. This node supports Node.js 10.x, 12.x and 14.x LTS releases. It does **not** support Node.js 8.x. ## Install