- add first information to readme (#2)

pull/32/head
Simon Gockner 7 years ago
parent c773fdc64d
commit eedf3c660c
  1. 19
      README.md

@ -1,2 +1,19 @@
# Lightweight IOC Container # 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 <!--Add links to wiki-->
- Example usage:
1. Instantiating Container:
```c#
InjectorContainer container = new InjectorContainer();
```
2. more...
- demo project

Loading…
Cancel
Save