Skip to content

Commit cedf6cb

Browse files
typo
1 parent d0beec5 commit cedf6cb

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

3434
$vsd = new VideoServiceDetector();
3535

36-
//Detects wich service the url belongs to and returns the service's implementation
36+
//Detects which service the url belongs to and returns the service's implementation
3737
//of RicardoFiorani\Adapter\VideoAdapterInterface
3838
$video = $vsd->parse('https://www.youtube.com/watch?v=PkOcm_XaWrw');
3939

@@ -69,7 +69,7 @@ A Fully functional example can be found [Here](https://github.com/ricardofiorani
6969
PS: If you've made your awesome implementation of some well known service, feel free to send a Pull Request. All contributions are welcome :)
7070

7171
## Using your own framework's template engine
72-
In this project I've used a simple renderer (wich just does an echo of an iframe) but you can use your own implementation. It must follow the RicardoFiorani\Renderer\EmbedRendererInterface and just like that.
72+
In this project I've used a simple renderer (which just does an echo of an iframe) but you can use your own implementation. It must follow the RicardoFiorani\Renderer\EmbedRendererInterface and just like that.
7373

7474
Here's an example:
7575
### My Example Renderer Class

0 commit comments

Comments
 (0)