From 2ad9c5d51c1d4a648d6f68d5d016fc739ef4997b Mon Sep 17 00:00:00 2001 From: Michael Kessler Date: Thu, 1 Sep 2011 21:33:51 +0200 Subject: [PATCH] Remove claim that Spork doesn't work with growl_notify. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3691344..1478d57 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ gem 'growl' The difference between growl and growl_notify is that growl_notify uses AppleScript to display a message, whereas growl uses the `growlnotify` command. In general the AppleScript -approach is preferred, but this is currently known to not work in conjunction with Spork. +approach is preferred, but you may also use the older growl gem. ### On Linux