2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-09-28 04:19:01 +00:00

Use quotations in examples

This commit is contained in:
Jia Hao 2016-01-19 11:48:08 +08:00
parent d2733c4cb0
commit d91f5839d3

View File

@ -21,13 +21,13 @@ $ npm install nativefier -g
Creating an native desktop app for [medium.com](medium.com): Creating an native desktop app for [medium.com](medium.com):
```bash ```bash
$ nativefier http://medium.com $ nativefier "http://medium.com"
``` ```
Note that nativefier will intelligently attempt to determine the app name. If desired, the app name or other options can be overwritten by specifying the `--name=Medium` as part of the command line options, as such. Note that nativefier will intelligently attempt to determine the app name. If desired, the app name or other options can be overwritten by specifying the `--name=Medium` as part of the command line options, as such.
``` ```
$ nativefier --app-name='Some Awesome App' http://medium.com $ nativefier --app-name 'Some Awesome App' "http://medium.com"
``` ```
Other command line options are listed below. Other command line options are listed below.