From d6dd43364daf44bbc93a388d9805350299324f2a Mon Sep 17 00:00:00 2001 From: Bryan Crowe Date: Sat, 21 Mar 2015 19:25:25 -0400 Subject: [PATCH] Remove redundancy in sentence --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1cf78f9..0c9e08e 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,8 @@ $Growl = new Growl(new GrowlNotifyBuilder('/usr/local/bin/growlnotify')); ``` Now, you can set key/value options for a `Builder` to use with the `setOption()` -or `setOptions()` methods to set option key/value pairs. After setting options, -the last thing to do is build the command with -`buildCommand()` or run it with `execute()`: +or `setOptions()` methods. After setting options, the last thing to do is build +the command with `buildCommand()` or run it with `execute()`: ```php