Skip to content

Commit

Permalink
No $ in Gemfile snippet
Browse files Browse the repository at this point in the history
Remove the shell-prompt `$` from the Gemfile snippet in the README and add explicit `ruby` filetype
  • Loading branch information
glittershark committed Nov 13, 2014
1 parent d66f6e5 commit 686275f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ $ gem install terminal-notifier-guard

Or add it to your Gemfile:

```
$ gem 'terminal-notifier-guard', '~> 1.6.1'
```ruby
gem 'terminal-notifier-guard', '~> 1.6.1'
```

### OSX 10.8 users
Expand Down

0 comments on commit 686275f

Please sign in to comment.