Skip to content

Commit 51300af

Browse files
committed
Merge pull request nwjs#3352 from Powder/patch-1
Correct Mac OS X example app name
2 parents f19f713 + c5fb1b8 commit 51300af

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,9 @@ $ /path/to/nw . (suppose the current directory contains 'package.json')
7878

7979
Note: on Windows, you can drag the folder containing `package.json` to `nw.exe` to open it.
8080

81-
Note: on OSX, the executable binary is in a hidden directory within the .app file. To run node-webkit on OSX, type:
82-
```bash
83-
$ /path/to/node-webkit.app/Contents/MacOS/node-webkit . (suppose the current directory contains 'package.json')
84-
```
81+
Note: on OSX, the executable binary is in a hidden directory within the .app file. To run node-webkit on OSX, type:
82+
`/path/to/nwjs.app/Contents/MacOS/nwjs .` *(suppose the current directory contains 'package.json')*
83+
8584
## Documents
8685

8786
For more information on how to write/package/run apps, see:

0 commit comments

Comments
 (0)