Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Jan 4, 2016
1 parent 4228fe0 commit 582feb5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# hubot-help
# hubot-help-private

A hubot script to show available hubot commands
A hubot script to show available hubot commands as private message

See [`src/help.coffee`](src/help.coffee) for full documentation.

## Installation

In hubot project repo, run:

`npm install hubot-help --save`
`npm install hubot-help-private --save`

Then add **hubot-help** to your `external-scripts.json`:
Then add **hubot-help-private** to your `external-scripts.json`. Make sure to remove **hubot-help**:

```json
["hubot-help"]
["hubot-help-private"]
```

## Sample Interaction
Expand Down

0 comments on commit 582feb5

Please sign in to comment.