Skip to content

Commit 8a25c62

Browse files
danyx23alfonsogarciacaro
authored andcommitted
Fix yarn install -> yarn add
1 parent b848aba commit 8a25c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using-third-party-react-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Using yarn or npm, install the react component you want to use.
3232
For example to use the [rc-progress React components](https://github.com/react-component/progress), run the following in your Fable project root:
3333

3434
```bash
35-
yarn install rc-progress
35+
yarn add rc-progress
3636
```
3737

3838
### 2. Define the props type

0 commit comments

Comments
 (0)