Skip to content

Commit 8d67ca9

Browse files
Merge branch 'master' of github.com:ricardofiorani/php-video-url-parser
2 parents d013b05 + fb81ef0 commit 8d67ca9

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
@@ -108,7 +108,7 @@ require __DIR__ . '/vendor/autoload.php';
108108

109109
$vsd = new VideoServiceDetector();
110110

111-
//This is where the magic os done
111+
//This is where the magic is done
112112
$vsd->setRenderer('MyOwnRenderer', 'MyVendor\\MyRenderer\\Factory\\MyOwnRendererFactory');
113113

114114
$video = $vsd->parse('https://www.youtube.com/watch?v=PkOcm_XaWrw');
@@ -126,4 +126,4 @@ echo $video->getEmbedCode(500,500);
126126

127127
* Fix the Exceptions Messages
128128
* Create PHPUnit Tests
129-
* Add more Services
129+
* Add more Services

0 commit comments

Comments
 (0)