Skip to content

Commit

Permalink
gah, markdown! fix readme spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Oct 22, 2015
1 parent 4c910a6 commit 3a35687
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,23 @@ The script matches the following forms of the alias `dev`:
## Usage
For example:
If you set the configuration as:

`dev=Alice,Bob,Eve`

And the message sent is:

`PO> Hey @dev, there's a standup in 5 min.`

Then this message will be sent by Hubot:

`Hubot> Hey @Alice @Bob @Eve, there's a standup in 5 min.`

Note that as of _1.6.0_ users' names are filtered from the messages they send.
**Note** that as of version _1.6.0_ users' names are filtered from the messages they send.

In the above example, the following would happen if @Alice sent a message:

`Alice> Hey @dev, there's a standup in 5 min.`

`Hubot> Hey @Bob @Eve, there's a standup in 5 min.`


0 comments on commit 3a35687

Please sign in to comment.