Skip to content

Commit b9f75b4

Browse files
committed
fix typo, closes #47
1 parent d399a97 commit b9f75b4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

bin/winser

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var path = require('path');
99
var options = stdio.getopt({
1010
'version': {
1111
key: 'v',
12-
description: 'show vinser version and exit'
12+
description: 'show winser version and exit'
1313
},
1414
'autostart': {
1515
key: 'a',
@@ -75,10 +75,10 @@ var options = stdio.getopt({
7575
multiple: true,
7676
description: 'call nssm "set" command with arguments'
7777
}
78-
}, 'vinser [OPTION1] [OPTION2] ...');
78+
}, 'winser [OPTION1] [OPTION2] ...');
7979

8080
if (options.version){
81-
console.log('vinser v' + require("../package.json").version);
81+
console.log('winser v' + require("../package.json").version);
8282
process.exit(0);
8383
}
8484

readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Command line arguments
1010

11-
-v, --version show vinser version and exit
11+
-v, --version show winser version and exit
1212
-a, --autostart start the application immediately after installation
1313
-i, --install install the node application as a windows service
1414
-r, --remove remove the windows service for the node application
@@ -87,15 +87,15 @@ The name of the service will be the same from your package.json "name" setting.
8787

8888
## Credits
8989

90-
This project is heavily inspired in
90+
This project is heavily inspired in
9191

9292
- [Node.js on windows by Tatham Oddie](http://blog.tatham.oddie.com.au/2011/03/16/node-js-on-windows/)
9393

9494
And it uses:
9595

9696
- [nssm](http://nssm.cc)
9797

98-
## License
98+
## License
9999

100100
(The MIT License)
101101

@@ -118,4 +118,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
118118
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
119119
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
120120
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
121-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
121+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)