From 024bfee36317d87b50da0b24c85f3e2d7cb9009d Mon Sep 17 00:00:00 2001
From: Roman Khimov
Date: Mon, 2 Aug 2021 20:08:39 +0300
Subject: [PATCH] README: N3 is stable now
---
README.md | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 678a2c46e..062325f31 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
- Go Node and SDK for the NEO blockchain.
+ Go Node and SDK for the Neo blockchain.
@@ -30,12 +30,10 @@ A complete toolkit for the NEO blockchain, including:
- [Oracle service](docs/oracle.md)
- [State validation service](docs/stateroots.md)
-This branch (**master**) is under active development now (read: won't work
-out of the box) and aims to be compatible with Neo 3. For the current stable
-version compatible with Neo 2 please refer to the [**master-2.x**
+This branch (**master**) is Neo N3-compatible. For the current
+Legacy-compatible version please refer to the [**master-2.x**
branch](https://github.com/nspcc-dev/neo-go/tree/master-2.x) and releases
-before 0.80.0 (**0.7X.Y** track). Releases starting from 0.90.0 contain
-Neo 3 code (0.90.0 being compatible with Neo 3 preview2).
+before 0.80.0 (**0.7X.Y** track).
# Getting started