Skip to content

Commit

Permalink
sjs --> shjs
Browse files Browse the repository at this point in the history
  • Loading branch information
arturadib committed May 28, 2012
1 parent 2b82e8c commit a79c4f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 45 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -117,11 +117,11 @@ Via npm:
$ npm install [-g] shelljs
```

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
run ShellJS scripts much like any shell script from the command line, i.e. without requiring a `node_modules` folder:

```bash
$ sjs my_script
$ shjs my_script
```

You can also just copy `shell.js` into your project's directory, and `require()` accordingly.
Expand Down
43 changes: 0 additions & 43 deletions bin/sjs

This file was deleted.

0 comments on commit a79c4f1

Please sign in to comment.