Fix typo on README.md (#715)

This commit is contained in:
Matheus Fernandes 2016-09-16 13:52:50 -03:00 committed by Leo Lamprecht
parent 2496b217b1
commit bda0ae3478

View file

@ -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