mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Fix typo on README.md (#715)
This commit is contained in:
parent
2496b217b1
commit
bda0ae3478
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue