We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5970b55 commit 9249d73Copy full SHA for 9249d73
1 file changed
docs/using-third-party-react-components.md
@@ -32,7 +32,7 @@ Using yarn or npm, install the react component you want to use.
32
For example to use the [rc-progress React components](https://github.com/react-component/progress), run the following in your Fable project root:
33
34
```bash
35
-yarn install rc-progress
+yarn add rc-progress
36
```
37
38
### 2. Define the props type
0 commit comments