From 76190e96581ad1778633fc6a47bacb7f1bdcf6b9 Mon Sep 17 00:00:00 2001 From: Dany Shaanan Date: Mon, 8 May 2017 10:52:08 +0300 Subject: [PATCH] Add missing "yarn / npm i" step --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a396c00..cb0ffa2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ It's built using React, Typescript and Styled components. ## Running This project is using create-react-app, and so to run it, simply: 1. Clone this project -2. `yarn start`/`npm start` +2. `yarn`/`npm i` +3. `yarn start`/`npm start` ## Build your own The app accepts an array of "Message" objects, each containing a message to view, and a list of possible replies.