fix: update repository links in README for project name change to react-shop

This commit is contained in:
Dan Dobos
2025-10-21 08:35:41 +02:00
parent 4e16d6d862
commit 6c98794216
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -25,9 +25,9 @@ The application shows a product home page and a cart page, the routing is done w
## Getting started (local) ## Getting started (local)
1. Clone the repository : 1. Clone the repository :
```git clone https://dadobos.github.io/online-shop.git``` ```git clone https://dadobos.github.io/react-shop.git```
2. Go into the project folder: 2. Go into the project folder:
```cd online-shop``` ```cd react-shop```
3. Install dependencies: 3. Install dependencies:
```npm install``` ```npm install```
4. Start the dev server: 4. Start the dev server:
View File