docs: fix valid url in README

This commit is contained in:
Hyro 2023-01-06 17:16:14 +01:00 committed by GitHub
parent 626aa306ab
commit 11f8658d53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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