From 722318cb8a53adcf1cedb66c5f968b555fb3fa58 Mon Sep 17 00:00:00 2001 From: skidoodle Date: Tue, 31 Dec 2024 02:21:46 +0100 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 13e290c..78ec791 100644 --- a/readme.md +++ b/readme.md @@ -12,8 +12,8 @@ This is a Go program for scraping and sorting user profile data from [nCore](htt 1. Clone the repository and install dependencies: ```bash - git clone https://github.com/skidoodle/scrapencore - cd scrapencore + git clone https://github.com/skidoodle/ncore-leaderboard + cd ncore-leaderboard go mod tidy ```