diff --git a/README.md b/README.md index 3c49085..96bc388 100644 --- a/README.md +++ b/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...