From 6914783318349630ebcdbeb3605272bfe8017727 Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Mon, 6 Nov 2023 10:47:57 +0800 Subject: [PATCH] Fix the git URL in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa20d14..ad07c3e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ First, install Docker. Then, run the devnet launch script: ``` -git clone https://github.com/rauljordan/eth-pos-devnet && cd eth-pos-devnet +git clone https://github.com/avalonche/eth-pos-devnet && cd eth-pos-devnet sh start-local-net.sh ```