Skip to content

Commit

Permalink
Add example of subtitle use to Ruby README.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Aug 10, 2012
1 parent 4665eb9 commit d4808c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ruby/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Examples are:

```ruby
TerminalNotifier.notify('Hello World')
TerminalNotifier.notify('Hello World', :title => 'Ruby')
TerminalNotifier.notify('Hello World', :title => 'Ruby', :subtitle => 'Programming Language')
TerminalNotifier.notify('Hello World', :activate => 'com.apple.Safari')
TerminalNotifier.notify('Hello World', :open => 'http://twitter.com/alloy')
TerminalNotifier.notify('Hello World', :execute => 'say "OMG"')
Expand Down

0 comments on commit d4808c8

Please sign in to comment.