From ff21dd7f17520b31ba9d01ea90c95d5285f8c3c7 Mon Sep 17 00:00:00 2001 From: Kevin Chavez Date: Fri, 24 Jul 2020 17:58:15 -0500 Subject: [PATCH] update readme to suggest building with yarn --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02e1b712f9..225283f94d 100644 --- a/README.md +++ b/README.md @@ -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.