From 8d86801ce05a09878e66e416105500daaf186881 Mon Sep 17 00:00:00 2001 From: Jamie Date: Wed, 27 Nov 2013 17:27:18 -0700 Subject: [PATCH] Remove namespace separator. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7289fab..497a677 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container. * [Auryn](https://github.com/rdlowrey/Auryn) - Another dependency injection container. -* [Orno\Di](https://github.com/orno/di) - Another flexible dependency injection container. +* [Orno Di](https://github.com/orno/di) - Another flexible dependency injection container. * [PHP DI](http://mnapoli.github.com/PHP-DI/) - A dependency injection implementation using annotations. * [Acclimate](https://github.com/jeremeamia/acclimate) - A common interface to dependency injection containers and service locators.