Skip to content

Commit 3d5eb99

Browse files
author
Christoph Rumpel
committed
Fix typos
1 parent b62d999 commit 3d5eb99

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function toTwitter($notifiable) {
103103
````
104104
### Publish Twitter status update with images
105105
It is possible to publish images with your status update too. You just have to pass the image paths as the second
106-
parameter. These images images will then be shown next to your Twitter status message.
106+
parameter. These images will then be shown next to your Twitter status message.
107107
````php
108108
public function toTwitter($notifiable) {
109109
return new TwitterStatusUpdate(
@@ -117,8 +117,7 @@ To send a Twitter direct message to a specific user, you will need the `TwitterD
117117
user handler as the first parameter and the the message as the second one.
118118
````php
119119
public function toTwitter($notifiable) {
120-
return new TwitterDirectMessage('marcelpociot', 'Hey Marcel, it was nice meeting you at the Larcon. Greets
121-
Christoph');
120+
return new TwitterDirectMessage('marcelpociot', 'Hey Marcel, it was nice meeting you at the Larcon.');
122121
}
123122
````
124123
Make sure the user is following you on Twitter to make this work.

0 commit comments

Comments
 (0)