Skip to content

Commit

Permalink
fix(docs): change yarn start to yarn dev in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoorenberghe authored Jun 29, 2020
1 parent cd99004 commit e18b76e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ $ yarn build
```


## Runing the server
## Running the server

```sh
$ yarn start
$ yarn dev
```

## Pull Requests
Expand Down

0 comments on commit e18b76e

Please sign in to comment.