We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f20af commit cff798bCopy full SHA for cff798b
README.md
@@ -73,6 +73,10 @@ $Growl = new Growl(new GrowlNotifyBuilder());
73
// aliased 'growlnotify' to 'grwl', you could set it as so:
74
75
$Growl = new Growl(new GrowlNotifyBuilder('grwl'));
76
+
77
+// or ...
78
79
+$Growl = new Growl(new GrowlNotifyBuilder('/usr/local/bin/growlnotify'));
80
?>
81
```
82
0 commit comments