Skip to content

Commit

Permalink
Update quick-start.md
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozone committed Dec 24, 2019
1 parent 213d9bc commit 3f7186c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ $ npm i -g create-react-app
$ create-react-app .
```

and install the editor using npm:
and install the editor using npm or yarn:

```
$ npm i --save @react-page
$ yarn add @react-page/react-page
$ npm i --save @react-page/react-page
```

Next, open the file _src/components/App.js_ and include the React Page:
Expand Down

0 comments on commit 3f7186c

Please sign in to comment.