Skip to content

Commit 14f130d

Browse files
committed
typofix
1 parent 5d177ff commit 14f130d

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
@@ -104,7 +104,7 @@ class CommomController extends Controller
104104
OpenGraph::addProperty('locale:alternate', ['pt-pt', 'en-us']);
105105

106106
OpenGraph::addImage($post->cover->url);
107-
OpenGraph::addImage($post->images->list('url));
107+
OpenGraph::addImage($post->images->list('url'));
108108
OpenGraph::addImage(['url' => 'http://image.url.com/cover.jpg', 'size' => 300]);
109109

110110
return view('myshow', compact('post'));
@@ -210,4 +210,4 @@ OpenGraph::addProperty($key, $value)
210210

211211
// Generate html tags
212212
OpenGraph::generate();
213-
```
213+
```

0 commit comments

Comments
 (0)