Skip to content

Commit

Permalink
Add path example to Builder constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Feb 3, 2015
1 parent e6f20af commit cff798b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ $Growl = new Growl(new GrowlNotifyBuilder());
// aliased 'growlnotify' to 'grwl', you could set it as so:

$Growl = new Growl(new GrowlNotifyBuilder('grwl'));

// or ...

$Growl = new Growl(new GrowlNotifyBuilder('/usr/local/bin/growlnotify'));
?>
```

Expand Down

0 comments on commit cff798b

Please sign in to comment.