Skip to content

Commit 0ceba61

Browse files
committed
Rephrase the component use
1 parent fd0cd54 commit 0ceba61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ 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 (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:
30+
Using yarn or npm, install the react component you want to use.
31+
32+
For example to use the [rc-progress](https://github.com/react-component/progress) React component which we'll be using in this tutorial, run the following command inside your Fable project root folder:
3133

3234
```bash
3335
yarn add rc-progress

0 commit comments

Comments
 (0)