From 4d8cf7ba9a60f1a428b17f4ddfbf076444ec90fd Mon Sep 17 00:00:00 2001 From: Kenneth Palaganas Date: Mon, 10 Oct 2016 01:25:34 +0800 Subject: [PATCH] Fixed gramatical errors should be using `this` as pointing to the next command not the previous command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 113c1749..3202b67e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ brew cask install hyper 3. Install the dependencies: `npm install` 4. Build the code, watch for changes and run the app: `npm start` -To make sure that your code works in the finished application, you can generate the binaries like that: +To make sure that your code works in the finished application, you can generate the binaries like this: ```bash $ npm run pack