Skip to content

Commit

Permalink
Fix yarn install -> yarn add
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 authored and alfonsogarciacaro committed Apr 23, 2018
1 parent b848aba commit 8a25c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using-third-party-react-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Using yarn or npm, install the react component you want to use.
For example to use the [rc-progress React components](https://github.com/react-component/progress), run the following in your Fable project root:

```bash
yarn install rc-progress
yarn add rc-progress
```

### 2. Define the props type
Expand Down

0 comments on commit 8a25c62

Please sign in to comment.