Skip to content

Commit

Permalink
Merge pull request #124 from darrenwpkd/master
Browse files Browse the repository at this point in the history
Fixed single quote issue on line 418
  • Loading branch information
eddiezane committed Feb 3, 2015
2 parents 83cec4a + 13550b1 commit 7678cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ $email
->addTo('harry@somewhere.com')
->addTo('Bob@somewhere.com')
...
->setHtml('Hey %name%, we've seen that you've been gone for a while')
->setHtml('Hey %name%, we\'ve seen that you\'ve been gone for a while')
->addSubstitution('%name%', array('John', 'Harry', 'Bob'))
;
```
Expand Down

0 comments on commit 7678cb5

Please sign in to comment.