Skip to content

Commit 54ac1e3

Browse files
authored
Update README.md
Clarified how the installed version of Node is leveraged by the node-windows process. Closes #379.
1 parent 0696973 commit 54ac1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![NPM version](https://img.shields.io/npm/v/node-windows?label=node-windows&logo=npm&style=for-the-badge)
44
![NGN Dependencies](https://img.shields.io/librariesio/release/npm/node-windows?style=for-the-badge)
55

6-
This library can be used to install/start/stop/uninstall Node scripts as Windows background services for **production** environments. This is not a tool for developing applications, it is a tool for releasing them.
6+
This library can be used to install/start/stop/uninstall Node scripts as Windows background services for **production** environments. This is not a tool for developing applications, it is a tool for releasing them. This tool generates an executable that will run your app with whichever version of Node.js is installed on the computer.
77

88
See [node-mac](http://github.com/coreybutler/node-mac) and [node-linux](http://github.com/coreybutler/node-linux) if you need to support those operating systems.
99

0 commit comments

Comments
 (0)