Skip to content

Commit a79c4f1

Browse files
committed
sjs --> shjs
1 parent 2b82e8c commit a79c4f1

2 files changed

Lines changed: 2 additions & 45 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ Via npm:
117117
$ npm install [-g] shelljs
118118
```
119119

120-
If the global option `-g` is specified, the binary `sjs` will be installed. This makes it possible to
120+
If the global option `-g` is specified, the binary `shjs` will be installed. This makes it possible to
121121
run ShellJS scripts much like any shell script from the command line, i.e. without requiring a `node_modules` folder:
122122

123123
```bash
124-
$ sjs my_script
124+
$ shjs my_script
125125
```
126126

127127
You can also just copy `shell.js` into your project's directory, and `require()` accordingly.

bin/sjs

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)