Skip to content

Commit

Permalink
Remove extraneous backtick in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-skud committed Feb 29, 2016
1 parent 344e9c6 commit 22884fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Things are looking good if the console prints something like:
Connected <your bot name> to <your slack team> team at https://<your slack team>.slack.com.

### Run locally in Docker
docker build -t starter-ruby .`
docker build -t starter-ruby .
docker run --rm -it -e SLACK_TOKEN=<YOUR SLACK API TOKEN> starter-ruby

### Run in BeepBoop
Expand All @@ -32,4 +32,4 @@ This code is influenced by and utilizes the awesome https://github.com/dblock/sl

## License

See the [LICENSE](LICENSE.md) file for license rights and limitations (MIT).
See the [LICENSE](LICENSE.md) file for license rights and limitations (MIT).

0 comments on commit 22884fa

Please sign in to comment.