mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
Update practical-projects.en-US.md
Fixed 'addd' npx to 'add'
This commit is contained in:
parent
fb7ca35c57
commit
973cfba35b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user