Skip to content

Commit

Permalink
simplified documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
idancali committed Aug 18, 2016
1 parent 68bbc71 commit a2b4a66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The first thing you need to do is to add a ```bin``` entry to your module's ```p

```javascript
"bin" : {
"my-tool" : "./node_modules/slana/bin/cli.js"
"my-tool" : ".bin/slana"
}
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slana",
"version": "0.2.0",
"version": "0.2.1",
"description": "Slana turns your Node module into a command-line tool",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a2b4a66

Please sign in to comment.