mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 21:28:40 -09:00
Fixed gramatical errors
should be using `this` as pointing to the next command not the previous command.
This commit is contained in:
parent
fffaf8f3bb
commit
4d8cf7ba9a
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ $ brew cask install hyper
|
||||||
3. Install the dependencies: `npm install`
|
3. Install the dependencies: `npm install`
|
||||||
4. Build the code, watch for changes and run the app: `npm start`
|
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
|
```bash
|
||||||
$ npm run pack
|
$ npm run pack
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue