- finish refactoring of `Injector` to `Ioc`

(closes #6)
pull/32/head
Simon Gockner 7 years ago
parent 77e158f564
commit cc02fdb64c
  1. 2
      README.md

@ -11,7 +11,7 @@ A lightweight IOC Container that is powerful enough to do all the things you nee
1. Instantiating Container:
```c#
InjectorContainer container = new InjectorContainer();
IocContainer container = new IocContainer();
```
2. more...

Loading…
Cancel
Save