From 5fdb14f9a3fe0a60a60b5ea51adab9f8a392b263 Mon Sep 17 00:00:00 2001 From: olliebrennan Date: Fri, 17 May 2013 08:49:45 +1000 Subject: [PATCH] fixing typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ae0961..607beec 100644 --- a/README.md +++ b/README.md @@ -258,4 +258,4 @@ $content = \Munee\Dispatcher::run(new \Munee\Request(array('files' => '/css/site Known Issues ------------ -Munee will *not* work with PHP 5.3.1 as there is an issue with running procted methods in the wrong context. Please update your version of PHP as I will not be fixing this. - [Read More](https://github.com/meenie/munee/issues/15) +Munee will *not* work with PHP 5.3.1 as there is an issue with running protected methods in the wrong context. Please update your version of PHP as I will not be fixing this. - [Read More](https://github.com/meenie/munee/issues/15)