Skip to content

Commit

Permalink
Tweaked formatting for note
Browse files Browse the repository at this point in the history
  • Loading branch information
hughesjs committed Apr 17, 2024
1 parent 849f37e commit edd3bb9
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 @@ -157,10 +157,10 @@ There are certain circumstances where you might wish to register multiple implem

> [!NOTE]
> To avoid this being a breaking change, this is an optional feature, to enable this you need to call:
```dart
getIt.enableRegisteringMultipleInstancesOfOneType();
```
>
>```dart
>getIt.enableRegisteringMultipleInstancesOfOneType();
>```
Then, you just register your classes as you normally would:
Expand Down

0 comments on commit edd3bb9

Please sign in to comment.