Skip to content

Commit cba4436

Browse files
author
Christoph Rumpel
authored
Merge pull request #28 from Jono20201/patch-1
Spelling
2 parents 7f5c635 + 6306625 commit cba4436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ method.
109109
````php
110110
public function toTwitter($notifiable)
111111
{
112-
return (new TwitterStatusUpdate('Laravel notifications are awesom!'))->withImage('marcel.png');
112+
return (new TwitterStatusUpdate('Laravel notifications are awesome!'))->withImage('marcel.png');
113113
}
114114
````
115115
If you want to use multiple images, just pass an array of paths.
116116
````php
117-
return (new TwitterStatusUpdate('Laravel notifications are awesom!'))->withImage([
117+
return (new TwitterStatusUpdate('Laravel notifications are awesome!'))->withImage([
118118
public_path('marcel.png'),
119119
public_path('mohamed.png')
120120
]);

0 commit comments

Comments
 (0)