Skip to content

Commit fd0cd54

Browse files
committed
Rephrase the component use
2 parents c622638 + 8a25c62 commit fd0cd54

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ The basic steps when working with a Discriminated Union are:
2727

2828
### 1. Install the react component
2929

30-
Using yarn or npm, install the react component you want to use.
31-
32-
We'll be using the [rc-progress](https://github.com/react-component/progress) React component throughout this tutorial. Run the following command inside your Fable project directory:
30+
Using yarn or npm, install the react component you want to use (we'll be using the [rc-progress](https://github.com/react-component/progress) React component in this tutorial). Run the following command inside your Fable project directory:
3331

3432
```bash
3533
yarn add rc-progress

0 commit comments

Comments
 (0)