From 225b12afeea98cfc01880e562d9e5bc4e4630f25 Mon Sep 17 00:00:00 2001 From: Mateusz Sekara Date: Wed, 23 Aug 2023 13:13:20 +0200 Subject: [PATCH] Updating go get command in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 143037a..e98489c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ supported networks and their selectors. ### Installation -`go get github.com/smartcontract/ccip-chain-selectors` +`go get github.com/smartcontractkit/ccip-chain-selectors` ### Usage @@ -41,4 +41,4 @@ details from this file. This ensures that all client libraries are in sync and u If you need a support for a new language, please open a PR with the following changes: - Library codebase is in a separate directory - Library uses selectors.yml as a source of truth -- Proper Github workflow is present to make sure code compiles and tests pass \ No newline at end of file +- Proper Github workflow is present to make sure code compiles and tests pass