From 015490fc21b78d2bcda52ffa1a68a6bc523f991c Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Sat, 30 Aug 2014 14:35:29 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f577cf7e..40a7657ab 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The underlying architecture of Grav has been designed to use well-established an * [Parsedown](http://parsedown.org/): for fast Markdown and Mardown 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 even handling +* [Symfony Event Dispacher](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