We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b82e8c commit a79c4f1Copy full SHA for a79c4f1
2 files changed
README.md
@@ -117,11 +117,11 @@ Via npm:
117
$ npm install [-g] shelljs
118
```
119
120
-If the global option `-g` is specified, the binary `sjs` will be installed. This makes it possible to
+If the global option `-g` is specified, the binary `shjs` will be installed. This makes it possible to
121
run ShellJS scripts much like any shell script from the command line, i.e. without requiring a `node_modules` folder:
122
123
```bash
124
-$ sjs my_script
+$ shjs my_script
125
126
127
You can also just copy `shell.js` into your project's directory, and `require()` accordingly.
bin/sjs
0 commit comments