Skip to content

Commit 9394e1e

Browse files
committed
#12 Update docs
1 parent bea703d commit 9394e1e

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
@@ -142,12 +142,12 @@ Classes with non matching configuration names are not registered.
142142

143143
```csharp
144144
[Override("MyConfigName")]
145-
public class InjectOverrideClass : InjectParentClass
145+
public class MyConfigNameOverride : InjectParentClass
146146
{
147147
}
148148

149149
[Override("OtherConfigName")]
150-
public class InjectOverrideClass : InjectParentClass
150+
public class OtherConfigNameOverride : InjectParentClass
151151
{
152152
}
153153

0 commit comments

Comments
 (0)