diff --git a/README.md b/README.md index 0c7989070..8a405e3dc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The underlying architecture of Grav is designed to use well-established and _bes * [Parsedown](http://parsedown.org/): for fast Markdown and Markdown Extra support * [Doctrine Cache](http://docs.doctrine-project.org/en/2.0.x/reference/caching.html): layer for performance * [Pimple Dependency Injection Container](http://pimple.sensiolabs.org/): for extensibility and maintainability -* [Symfony Event Dispacher](http://symfony.com/doc/current/components/event_dispatcher/introduction.html): for plugin event handling +* [Symfony Event Dispatcher](http://symfony.com/doc/current/components/event_dispatcher/introduction.html): for plugin event handling * [Symfony Console](http://symfony.com/doc/current/components/console/introduction.html): for CLI interface * [Gregwar Image Library](https://github.com/Gregwar/Image): for dynamic image manipulation