Skip to content

Commit 1b7dc81

Browse files
committed
Update README.md
1 parent afb299d commit 1b7dc81

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
@@ -283,5 +283,5 @@ $oembed = $info->getProvider('oembed');
283283
echo $oembed->getTitle();
284284

285285
//Get any value returned by oembed api
286-
$echo $oembed->bag->get('author_name');
286+
echo $oembed->bag->get('author_name');
287287
```

0 commit comments

Comments
 (0)