Browse Source

Fix description of Auryn

It is not a container, it is an injector.
pull/598/head
Woody Gilk 9 years ago
parent
commit
33b1134c09
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

241
 *Libraries that implement the dependency injection design pattern.*
241
 *Libraries that implement the dependency injection design pattern.*
242
 
242
 
243
 * [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.
243
 * [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.
244
-* [Auryn](https://github.com/rdlowrey/Auryn) - Another dependency injection container.
244
+* [Auryn](https://github.com/rdlowrey/Auryn) - A recursive dependency injector.
245
 * [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container.
245
 * [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container.
246
 * [PHP-DI](http://php-di.org/) - A dependency injection container that supports autowiring.
246
 * [PHP-DI](http://php-di.org/) - A dependency injection container that supports autowiring.
247
 * [Acclimate](https://github.com/jeremeamia/acclimate-container) - A common interface to dependency injection containers and service locators.
247
 * [Acclimate](https://github.com/jeremeamia/acclimate-container) - A common interface to dependency injection containers and service locators.

Loading…
Cancel
Save