diff --git a/README.md b/README.md index 58b182b..60dc36a 100644 --- a/README.md +++ b/README.md @@ -13,18 +13,18 @@ ___ ## How to: ### Clone the project to a selected directory on your computer. -```sh +``` git clone https://github.com/AgataBialoskorska/VueProject.git ``` ### Go to the project directory and install it. -```sh +``` npm i ``` ### Run development server -```sh +``` npm run dev ``` @@ -33,10 +33,10 @@ npm run dev ### Run cypress test - development server: -```sh +``` npm run e2e-run ``` - production server: -```sh +``` npm run e2e-prod ``` \ No newline at end of file