From d6899d79ea4c4d169d9dde613a9f4b0f1dccc3d8 Mon Sep 17 00:00:00 2001 From: Didi Date: Thu, 19 Jan 2023 07:27:37 +0100 Subject: [PATCH] update requirements in README (#681) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f2c7e6732..d05df92168 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ We believe one of the things that makes Polygon special is its coherent design a ### Building the source -- Building `bor` requires both a Go (version 1.14 or later) and a C compiler. You can install +- Building `bor` requires both a Go (version 1.19 or later) and a C compiler. You can install them using your favourite package manager. Once the dependencies are installed, run ```shell