2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-17 11:22:20 +00:00

Minor copy fixes

an native desktop app => a native desktop app
can built => can be built
This commit is contained in:
PoziWorld 2016-01-20 14:55:40 -08:00
parent 762de5f1c8
commit f9e9c16d58

View File

@ -23,7 +23,7 @@ $ npm install nativefier -g
## Usage ## Usage
Creating an native desktop app for [medium.com](medium.com): Creating a native desktop app for [medium.com](medium.com):
```bash ```bash
$ nativefier "http://medium.com" $ 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. Tested mostly on OSX, but should work for windows and linux.
### Back Button ### 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 ## Issues