Merge pull request #2930 from bitdop/patch-1
Grammar modifications/fixes
This commit is contained in:
commit
17483147eb
1 changed files with 3 additions and 3 deletions
|
@ -143,8 +143,8 @@ working as expected.
|
||||||
|
|
||||||
### electron-prebuilt
|
### electron-prebuilt
|
||||||
|
|
||||||
If you've installed `electron-prebuilt` globally with `npm`, then you need only
|
If you've installed `electron-prebuilt` globally with `npm`, then you will only need
|
||||||
run the following in your app's source directory:
|
to run the following in your app's source directory:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
electron .
|
electron .
|
||||||
|
@ -158,7 +158,7 @@ If you've installed it locally, then run:
|
||||||
|
|
||||||
### Manually Downloaded Electron Binary
|
### Manually Downloaded Electron Binary
|
||||||
|
|
||||||
If you downloaded Electron manually, you can also just use the included
|
If you downloaded Electron manually, you can also use the included
|
||||||
binary to execute your app directly.
|
binary to execute your app directly.
|
||||||
|
|
||||||
#### Windows
|
#### Windows
|
||||||
|
|
Loading…
Reference in a new issue