Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AgataBialoskorska committed Mar 18, 2024
1 parent e309c5c commit c03ee0d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -33,10 +33,10 @@ npm run dev
### Run cypress test

- development server:
```sh
```
npm run e2e-run
```
- production server:
```sh
```
npm run e2e-prod
```

0 comments on commit c03ee0d

Please sign in to comment.