Skip to content

Commit

Permalink
Merge pull request #44 from Mithgol/patch-1
Browse files Browse the repository at this point in the history
a replacement (“overriding” → “overwriting”) in README.md
  • Loading branch information
edjafarov committed Sep 1, 2014
2 parents c2c8e13 + 314ab98 commit 1376392
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It gives you low-level API to:
2. If the version is different from the running one, download new package to a temp directory.
3. Unpack the package in temp.
4. Run new app from temp and kill the old one (i.e. still all from the running app).
5. The new app (in temp) will copy itself to the original folder, overriding the old app.
5. The new app (in temp) will copy itself to the original folder, overwriting the old app.
6. The new app will run itself from original folder and exit the process.

You should build this logic by yourself though. As a reference you can use [example](app/index.html).
Expand Down Expand Up @@ -209,4 +209,4 @@ If you get an error on Mac about too many files being open, run `ulimit -n 10240
See [CONTRIBUTING.md](CONTRIBUTING.md)

[npm-url]: https://npmjs.org/package/node-webkit-updater
[npm-image]: https://badge.fury.io/js/node-webkit-updater.png
[npm-image]: https://badge.fury.io/js/node-webkit-updater.png
4 changes: 2 additions & 2 deletions docs/README.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It gives you low-level API to:
2. If the version is different from the running one, download new package to a temp directory.
3. Unpack the package in temp.
4. Run new app from temp and kill the old one (i.e. still all from the running app).
5. The new app (in temp) will copy itself to the original folder, overriding the old app.
5. The new app (in temp) will copy itself to the original folder, overwriting the old app.
6. The new app will run itself from original folder and exit the process.

You should build this logic by yourself though. As a reference you can use [example](app/index.html).
Expand Down Expand Up @@ -140,4 +140,4 @@ If you get an error on Mac about too many files being open, run `ulimit -n 10240
See [CONTRIBUTING.md](CONTRIBUTING.md)

[npm-url]: https://npmjs.org/package/node-webkit-updater
[npm-image]: https://badge.fury.io/js/node-webkit-updater.png
[npm-image]: https://badge.fury.io/js/node-webkit-updater.png

0 comments on commit 1376392

Please sign in to comment.