We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f2c26 commit fb81ef0Copy full SHA for fb81ef0
README.md
@@ -108,7 +108,7 @@ require __DIR__ . '/vendor/autoload.php';
108
109
$vsd = new VideoServiceDetector();
110
111
-//This is where the magic os done
+//This is where the magic is done
112
$vsd->setRenderer('MyOwnRenderer', 'MyVendor\\MyRenderer\\Factory\\MyOwnRendererFactory');
113
114
$video = $vsd->parse('https://www.youtube.com/watch?v=PkOcm_XaWrw');
@@ -126,4 +126,4 @@ echo $video->getEmbedCode(500,500);
126
127
* Fix the Exceptions Messages
128
* Create PHPUnit Tests
129
-* Add more Services
+* Add more Services
0 commit comments