Skip to content

Commit

Permalink
Merge pull request #5 from ksimka/patch-1
Browse files Browse the repository at this point in the history
Remove extra code in Image example
  • Loading branch information
tgallice committed May 17, 2016
2 parents c29a3bb + 2ff8ade commit b2c4023
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@ use Tgallice\FBMessenger\Messenger;

$messenger = new Messenger('page_token');

$elements = [
new WebUrl('Button1', 'http://google.com'),
new Postback('Button2', 'EVENT_NAME'),
];

// Local file
$image = new Image('./image.jpg');
$message = new Message('<USER_ID>', $image);
Expand Down

0 comments on commit b2c4023

Please sign in to comment.