Use quotations in examples

This commit is contained in:
Jia Hao 2016-01-19 11:48:08 +08:00
parent d2733c4cb0
commit d91f5839d3
1 changed files with 2 additions and 2 deletions

View File

@ -21,13 +21,13 @@ $ npm install nativefier -g
Creating an native desktop app for [medium.com](medium.com):
```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.
```
$ 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.