Skip to content

Commit fb81ef0

Browse files
Update README.md
Typo
1 parent 35f2c26 commit fb81ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
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)