Skip to content

Commit 09c82ce

Browse files
committed
Merge pull request #109 from jaminscript/patch-1
Fix some typos
2 parents 1a07dcc + e1dfe0d commit 09c82ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Web2Executable
88
What is it?
99
-----------
1010

11-
Web2Executable is a friendly command line and GUI application that can transform your Nodejs (or any other JS/HTML) app into an standalone executable. It can export to Mac OS X, Windows and Linux all from one platform, so no need to go out and buy expensive hardware.
11+
Web2Executable is a friendly command line and GUI application that can transform your Nodejs (or any other JS/HTML) app into a standalone executable. It can export to Mac OS X, Windows and Linux all from one platform, so no need to go out and buy expensive hardware.
1212

1313
It's powered by the very awesome project [NWJS](https://github.com/nwjs) and PySide, is open source, and is just dang awesome and easy to use.
1414

@@ -23,7 +23,7 @@ On the other hand, if you have any annoyances with the application and want to c
2323
Who's Using It?
2424
---------------
2525

26-
Lot's of people! There are currently thousands of downloads and several articles written about using Web2Executable.
26+
Lots of people! There are currently thousands of downloads and several articles written about using Web2Executable.
2727

2828
Some articles include:
2929

@@ -96,7 +96,7 @@ Run with:
9696
python main.py
9797
```
9898

99-
It's a pretty simple app. Just point it the the directory that your web application lives, customize the options (the two marked with a star are the only ones required) and then choose your export options. The app will export under YOUR_OUTPUT_DIR/YOUR_APP_NAME.
99+
It's a pretty simple app. Just point it to the directory where your web application lives, customize the options (the two marked with a star are the only ones required) and then choose your export options. The app will export under YOUR_OUTPUT_DIR/YOUR_APP_NAME.
100100

101101
####Command line interface
102102

0 commit comments

Comments
 (0)