Update practical-projects.en-US.md

Fixed 'addd' npx to 'add'
This commit is contained in:
Carter Feldman 2018-10-16 15:32:55 +08:00 committed by 偏右
parent fb7ca35c57
commit 973cfba35b

View File

@ -126,7 +126,7 @@ We need to write an application displaying the list of products. The first step
If you don't have npx, you need to install it first to execute the commands under node_modules.
```bash
$ yarn global addd npx
$ yarn global add npx
```
Then create a `/products` route,