From 68689cdbcdfbaff49f95642905d27185abdb98c7 Mon Sep 17 00:00:00 2001 From: Sayan Nandan Date: Wed, 6 Dec 2023 02:42:10 +0530 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15ae428..131cdbf 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ This library is the official client for the free and open-source NoSQL database [Skytable](https://github.com/skytable/skytable). First, go ahead and install Skytable by following the instructions [here](https://docs.skytable.io/getting-started). This library supports -all Skytable versions that work with the [Skyhash 1.1 Protocol](https://docs.skytable.io/protocol/skyhash). +all Skytable versions that work with the [Skyhash 2 Protocol](https://docs.skytable.io/protocol/overview). This version of the library was tested with the latest Skytable release -(release [0.7.5](https://github.com/skytable/skytable/releases/v0.7.5)). +(release [0.8.0-beta](https://github.com/skytable/skytable/releases/v0.8.0-beta)). ## Features