Skip to content

Commit

Permalink
Rearrange the order of features written in the top README to match th…
Browse files Browse the repository at this point in the history
…e documentation table of contents.
  • Loading branch information
yoichitgy committed Dec 9, 2015
1 parent c122ead commit e3b0688
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ Dependency injection (DI) is a software design pattern that implements Inversion
## Features

- [x] [Pure Swift Type Support](./Documentation/README.md#user-content-pure-swift-type-support)
- [x] [Injection with Arguments](./Documentation/DIContainer.md#registration-with-arguments-to-di-container)
- [x] [Initializer/Property/Method Injections](./Documentation/InjectionPatterns.md)
- [x] [Initialization Callback](./Documentation/InjectionPatterns.md#user-content-initialization-callback)
- [x] [Circular Dependency Injection](./Documentation/CircularDependencies.md)
- [x] [Injection with Arguments](./Documentation/DIContainer.md#registration-with-arguments-to-di-container)
- [x] [Object Scopes as None (Transient), Graph, Container (Singleton) and Hierarchy](./Documentation/ObjectScopes.md)
- [x] Injection of both Reference and [Value Types](./Documentation/Misc.md#value-types)
- [x] [Self-registration (Self-binding)](./Documentation/Misc.md#self-registration-self-binding)
- [x] [Container Hierarchy](./Documentation/ContainerHierarchy.md)
- [x] [Object Scopes as None (Transient), Graph, Container (Singleton) and Hierarchy](./Documentation/ObjectScopes.md)
- [x] [Property Injection from Resource files](./Documentation/Properties.md)
- [x] [Thread Safety](./Documentation/ThreadSafety.md)
- [x] Injection of both Reference and [Value Types](./Documentation/Misc.md#value-types)
- [x] [Storyboard](./Documentation/Storyboard.md)
- [x] [Property Injection from Resource files](./Documentation/Properties.md)

## Requirements

Expand Down

0 comments on commit e3b0688

Please sign in to comment.