Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MwaiBanda authored Nov 17, 2022
1 parent 2732a65 commit d9512bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ extension DependencyRegistry {
}
}
```
> You can get the full code [here](https://github.com/MwaiBanda/Momentum/blob/master/MomentumiOS/MomentumiOS/Di/SingletonModule.swift).
> You can get the full code [here](https://github.com/MwaiBanda/Momentum/blob/master/MomentumiOS/MomentumiOSTests/Di/DiRegistry.swift).

In cases, were you want to bind dependencies of the same type. Use `@Binds(named: "SomeKey")` to differentiate
Expand All @@ -219,6 +219,7 @@ extension DependencyRegistry {
}
}
```
> You can get the full code [here](https://github.com/MwaiBanda/Momentum/blob/master/MomentumiOS/MomentumiOSTests/Di/DiRegistry.swift).

#### Getting Dependencies
Expand Down

0 comments on commit d9512bd

Please sign in to comment.