From cb63274233853e60e01fcc63f5d2f21beb967452 Mon Sep 17 00:00:00 2001 From: Andrew Jorgensen Date: Mon, 14 Apr 2014 10:37:27 -0400 Subject: [PATCH] Fixes typo in the word notifier in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9d468b..876af0a 100755 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The following will cause pomodoros to be 3 minutes and a 15 minute break to occu $ pom -t 3 -l 2 ### Dependencies ### -This gem relies on the `terminal-nofifier` gem for the growl-like system notifications. +This gem relies on the [terminal-notifier](https://github.com/alloy/terminal-notifier) gem for the growl-like system notifications. ### Contributing ###