From 19e45df8638781e42f424a4c86985c62dacc0bb5 Mon Sep 17 00:00:00 2001 From: David Vujic Date: Sat, 17 Sep 2022 20:17:15 +0200 Subject: [PATCH] fix: typo in README The supported zookeeper server version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 879e048d..12c50c0a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ _node-zookeeper - A Node.js client for Apache Zookeeper._ -This node module is implemented on top of the __official ZooKeeper C Client API__, supporting ZooKeeper server v3.4.x - v3.6.x. Have a look at the [official docs](https://zookeeper.apache.org/doc/current/index.html) for further details on behavior. +This node module is implemented on top of the __official ZooKeeper C Client API__, supporting ZooKeeper server v3.4.x - v3.8.x. Have a look at the [official docs](https://zookeeper.apache.org/doc/current/index.html) for further details on behavior. __Latest changes__ are described in the [changelog](./CHANGELOG.md)