Skip to content

Commit 3171776

Browse files
authored
Update README.md
1 parent a5fd5cb commit 3171776

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,19 @@
88

99
SwiftInjector - library for dependency injection, maden for convinient and fast properties connection
1010

11+
## [How to use it? ](https://github.com/Hadevs/SwiftInjector/wiki)
12+
Go to the [wiki](https://github.com/Hadevs/SwiftInjector/wiki)!
13+
1114
## Things already implemented:
1215
1. Auto registration and autoresolving
13-
Just for example:
14-
![alt text](example_1.png)
15-
![alt text](example_2.png)
16-
![alt text](example_3.png)
17-
16+
2. Manual registration
1817
2. Works even with private properties!
1918
3. Resolving and registration with 'name' parameter
2019
4. Classes each-to-each references without recursive crash (like in Swinject or DIP libraries)
20+
5. Wiki
2121

2222
## Things TO DO for first release
23-
1. Add manual registration and resolving
24-
2. Add certain registration by String Key or specific arguments
25-
3. Perfomance test
26-
4. 70% Code coverage
27-
5. Documentation
23+
1. Perfomance test
24+
2. 70% Code coverage
2825

29-
## Rules
30-
1. Properties will be automatically injected only on your class, not your parent classes.
3126
![alt text](footer.png)

0 commit comments

Comments
 (0)