From 6c98794216df395c3bf8a1d5e6c0d232f112f03a Mon Sep 17 00:00:00 2001 From: Dan Dobos Date: Tue, 21 Oct 2025 08:35:41 +0200 Subject: [PATCH] fix: update repository links in README for project name change to react-shop --- README.md | 4 ++-- public/.nojekyll | 0 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 public/.nojekyll diff --git a/README.md b/README.md index 72995ae..f4a8809 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ The application shows a product home page and a cart page, the routing is done w ## Getting started (local) 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: -```cd online-shop``` +```cd react-shop``` 3. Install dependencies: ```npm install``` 4. Start the dev server: diff --git a/public/.nojekyll b/public/.nojekyll new file mode 100644 index 0000000..e69de29