Merge pull request #25 from PoziWorld/patch-1

Minor copy fixes
This commit is contained in:
Jia Hao 2016-01-21 08:18:55 +07:00
commit add0c8a19a
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ $ npm install nativefier -g
## Usage
Creating an native desktop app for [medium.com](medium.com):
Creating a native desktop app for [medium.com](medium.com):
```bash
$ nativefier "http://medium.com"
@ -161,7 +161,7 @@ A template app with the appropriate event listeners and callbacks set up is incl
Tested mostly on OSX, but should work for windows and linux.
### Back Button
A back button is intentionally not provided because the tool is designed for single page apps. However, if desired, an executable can built for any url, and simply pressing the `backspace` key will take the user back to the previous page.
A back button is intentionally not provided because the tool is designed for single page apps. However, if desired, an executable can be built for any url, and simply pressing the `backspace` key will take the user back to the previous page.
## Issues