Skip to content

Commit

Permalink
Remove redundancy in sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Mar 21, 2015
1 parent b8a9097 commit d6dd433
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<?php
Expand Down

0 comments on commit d6dd433

Please sign in to comment.