Skip to content

Commit 0c63c8f

Browse files
authored
Update README.md
Fix typo
1 parent 726aadb commit 0c63c8f

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
@@ -62,7 +62,7 @@ Add basic attributes:
6262
$openGraph->getBasic()
6363
->setUrl('https://umanskyi.com')
6464
->setTitle('My_Article_Title')
65-
->setDescription('My_Article_Description)
65+
->setDescription('My_Article_Description')
6666
->setSiteName('My_Site_Name')
6767
->setLocale('pl_PL')
6868
->setLocalAlternate(['fr_FR', 'en_US'])
@@ -251,4 +251,4 @@ In current version also has the configuration **Twitter Card**
251251
->setSite('https://umanskyi.com')
252252
->setCreator('Vlad Umanskyi')
253253
->render();
254-
```
254+
```

0 commit comments

Comments
 (0)