From 3ec2e9cdc27cf10bb601b3f97c4d36218f9d484c Mon Sep 17 00:00:00 2001 From: Justin Traglia <95511699+jtraglia@users.noreply.github.com> Date: Fri, 27 Jan 2023 11:30:01 +0100 Subject: [PATCH] Update go get command in instructions (#90) --- bindings/go/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/go/README.md b/bindings/go/README.md index 1914cba..d430a4f 100644 --- a/bindings/go/README.md +++ b/bindings/go/README.md @@ -6,7 +6,7 @@ exported functions in [C-KZG-4844](https://github.com/ethereum/c-kzg-4844). ## Installation ``` -go get github.com/ethereum/c-kzg-4844/bindings/go +go get github.com/ethereum/c-kzg-4844 ``` ## Go version