From 11f8658d533104b0954e48eeb3ea6702aaa7aaef Mon Sep 17 00:00:00 2001 From: Hyro Date: Fri, 6 Jan 2023 17:16:14 +0100 Subject: [PATCH] docs: fix valid url in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b321361..56a908a 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ ## Setup -1. Clone this repository: `git clone https://github.com/[your_username]/astro-project.git` -2. Navigate to the project directory: `cd astro-project` +1. Clone this repository: `git clone https://github.com/xHyroM/website.git` +2. Navigate to the project directory: `cd website` 3. Install the dependencies: `npm install` ## Usage