docs: 📚️ fix npm port command

This commit is contained in:
AP 2020-05-14 07:30:19 +02:00
parent 2c9be0b829
commit be29ad7157

View file

@ -175,7 +175,7 @@ If you want to specify a different port (for example port `4000`) run with:
yarn start -p 4000
// NPM
npm start -p 4000
npm start -- -p 4000
```
## Development