Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
update readme to suggest building with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkev committed Jul 24, 2020
1 parent 9a9ccbd commit ff21dd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ To run the examples, first build Draft.js locally:
```
git clone https://github.com/facebook/draft-js.git
cd draft-js
npm install
npm run build
yarn install
yarn run build
```

then open the example HTML files in your browser.
Expand Down

0 comments on commit ff21dd7

Please sign in to comment.