Skip to content

Commit

Permalink
Updates to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Bennett committed Jan 12, 2015
1 parent 5b3e047 commit d652b22
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Container (Dependency Injection Container)
# Container (Dependency Injection)

[![Author](http://img.shields.io/badge/[email protected]?style=flat-square)](https://twitter.com/philipobenito)
[![Latest Version](https://img.shields.io/github/release/thephpleague/container.svg?style=flat-square)](https://github.com/thephpleague/container/releases)
Expand Down Expand Up @@ -34,14 +34,13 @@ The following versions of PHP are supported by this version.

## Documentation

Dic has [full documentation](http://container.thephpleague.com), powered by [Jekyll](http://jekyllrb.com/).
Container has [full documentation](http://container.thephpleague.com), powered by [Jekyll](http://jekyllrb.com/).

Contribute to this documentation in the [gh-pages branch](https://github.com/thephpleague/container/tree/gh-pages/).

## Todo

- Implement League version of Di when migrated from Orno.
- Add knowledge of variadic uri wildcard arguments to `MethodArgumentStrategy`. (Blocked by changes to Di).
- Improve callable functionality and allow runtime arguments on `call`

## Testing

Expand Down

0 comments on commit d652b22

Please sign in to comment.