diff --git a/README.md b/README.md index f434126..3c49085 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # Lightweight IOC Container -A lightweight IOC Container + +A lightweight IOC Container that is powerful enough to do all the things you need it to do. +*This project and its documentation are currently under development.* + +## Get started with the Lightweight IOC Container + +- How to install +- Example usage: + + 1. Instantiating Container: + + ```c# + InjectorContainer container = new InjectorContainer(); + ``` + + 2. more... + +- demo project