Skip to content

Commit dae7b21

Browse files
committed
fix example in readme
1 parent 4078347 commit dae7b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ echo OpenGraph::website('Example')
3535
<meta property="og:type" content="website" />
3636
<meta property="og:title" content="Example" />
3737
<meta property="og:url" content="https://example.com" />
38-
<meta property="og:image:url" content="https://example.com/image1.jpg" />
38+
<meta property="og:image" content="https://example.com/image1.jpg" />
3939
<meta property="og:image:url" content="https://example.com/image2.jpg" />
4040
<meta property="og:image:width" content="600" />
4141
```

0 commit comments

Comments
 (0)