From a2b4a66ca2e8c03eb7337554b8f02b18188dc90a Mon Sep 17 00:00:00 2001 From: "I. Dan Calinescu" Date: Thu, 18 Aug 2016 23:04:39 +0300 Subject: [PATCH] simplified documentation --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4048d0f..04624b0 100644 --- a/README.md +++ b/README.md @@ -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" } ``` diff --git a/package.json b/package.json index e03b8d3..ee2712d 100644 --- a/package.json +++ b/package.json @@ -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": {