diff --git a/README.md b/README.md
index 58ff9ae..e1a28ae 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# node-red-contrib-influxdb
-A Node-RED node to write and query data from an influxdb time series database. These nodes use the influxDB 1.x client for node.js, specifically calling the **writePoints()**, and **query()** methods. Currently these nodes can only communicate with one influxdb host.
+A Node-RED node to write and query data from an influxdb time series database. These nodes use the influxDB 1.x client for node.js, specifically calling the **writePoints()**, and **query()** methods. Currently these nodes can only communicate with one influxdb host. These nodes do not support InfluxDb 2.0 yet.
## Prerequisites