Skip to content

Commit 6aeb269

Browse files
authored
Update README.md
1 parent e256315 commit 6aeb269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _(Much like how a simple robo..t exists to perform a few, targeted functions. Ye
1919
1. [Pages](#pages)
2020
2. [ViewModels](#viewmodels)
2121
5. [Navigation](#navigation)
22-
6. [Dependency Injection & Service Location](#dependency-injection-service-location)
22+
6. [Dependency Injection & Service Location](#dependency-injection--service-location)
2323
7. [Sample](#sample)
2424
8. [Contribute](#contribute)
2525

@@ -304,7 +304,7 @@ await Navigation.SetRoot<ViewModel>();
304304
await Navigation.SetRoot(GetViewModel<ViewModel>());
305305
```
306306

307-
## Dependency Injection & Service Location<a href="dependency-injection-service-location"></a>
307+
## Dependency Injection & Service Location<a href="dependency-injection--service-location"></a>
308308

309309
Simple Dependency Injection is exposed through a class called `ServiceContainer` that merely wraps [Simple Injector](https://simpleinjector.org/index.html).
310310

0 commit comments

Comments
 (0)