We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726aadb commit 0c63c8fCopy full SHA for 0c63c8f
README.md
@@ -62,7 +62,7 @@ Add basic attributes:
62
$openGraph->getBasic()
63
->setUrl('https://umanskyi.com')
64
->setTitle('My_Article_Title')
65
- ->setDescription('My_Article_Description)
+ ->setDescription('My_Article_Description')
66
->setSiteName('My_Site_Name')
67
->setLocale('pl_PL')
68
->setLocalAlternate(['fr_FR', 'en_US'])
@@ -251,4 +251,4 @@ In current version also has the configuration **Twitter Card**
251
->setSite('https://umanskyi.com')
252
->setCreator('Vlad Umanskyi')
253
->render();
254
-```
+```
0 commit comments