From d03cfe6e4b63987dfbe37a6dcb893a86323bca5b Mon Sep 17 00:00:00 2001 From: Domin-MND Date: Sun, 30 Apr 2023 13:41:30 +0300 Subject: [PATCH] fix username in repo link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43e5fb1..76f9f2d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This work is a representation of what I could do with [`vanilla-extract`](https: To run this project locally, you need to have [Node.js](https://nodejs.org/en/) installed on your machine: ```bash -git clone https://github.com/Domin-MND/blog . # clone the repository into the current directory +git clone https://github.com/domin-mnd/blog . # clone the repository into the current directory npm install # for the dependencies installation npm run build # for the production build npm start # start the server