Skip to content

Commit

Permalink
#9 adding pause, resume command w/ coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdevwords authored and chrisdevwords committed Apr 29, 2017
1 parent dfe5210 commit f5985f0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@ When adding the slash commands to Slack be sure to point all commands at a POST
/shuffle
```

### Pause the music.
```
/pause
```

### Resume the music.
```
/resume
```

## Running Tests
This project includes [Mocha](https://mochajs.org/) and [Chai](http://chaijs.com/). If you add to this, write more tests. And run them:
````
Expand Down

0 comments on commit f5985f0

Please sign in to comment.