From 94d4f7cea333c1e52d6234010ce16d0c8beda6af Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Tue, 14 Jan 2025 23:25:51 +0300 Subject: [PATCH] Update README.md to fix the cloning address Signed-off-by: Muhammet Kara --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f2a35f..0669ab9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This repository contains a Python script designed to assist in the transparent a 1. Clone the repository: ```bash - git clone https://github.com/yourusername/casper-validator-selection-tool.git + git clone https://github.com/casper-ecosystem/validator-selection-tool.git cd casper-validator-selection-tool ```