From 5a3e294beb1a279a2ed39e9095f0b2cfe8d6b21e Mon Sep 17 00:00:00 2001 From: Justin Traglia <95511699+jtraglia@users.noreply.github.com> Date: Fri, 10 Feb 2023 02:01:30 -0600 Subject: [PATCH] Update go get instructions (#125) --- 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 d430a4f..1914cba 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 +go get github.com/ethereum/c-kzg-4844/bindings/go ``` ## Go version