From bda0ae347816bde13b516c6ab1f12ceb11812e3e Mon Sep 17 00:00:00 2001 From: Matheus Fernandes Date: Fri, 16 Sep 2016 13:52:50 -0300 Subject: [PATCH] Fix typo on README.md (#715) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebed34dd..b1047bdd 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ brew cask install hyperterm 4. Build the code and watch for changes: `npm run dev` 5. In a new tab, start the application: `npm start` -To make sure that your code works in the finished application, you can generated the binaries like that: +To make sure that your code works in the finished application, you can generate the binaries like that: ```bash $ npm run pack