Skip to content

Commit

Permalink
Rename bin file
Browse files Browse the repository at this point in the history
  • Loading branch information
eGavr committed Sep 3, 2014
1 parent 4be9a01 commit 20389e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ $ npm install
## Usage

```bash
$ bin/compare-minimizers --help
$ bin/cmb --help
Сompares the work of CSS minimizers

Usage:
compare-minimizers [OPTIONS]
cmb [OPTIONS]

Options:
-h, --help : Help
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"main": "lib/index.js",
"bin": {
"compare-minimizers": "./bin/compare-minimizers"
"compare-minimizers": "./bin/cmb"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 20389e0

Please sign in to comment.