Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Commit 07a4180

Browse files
committed
basic formatting
1 parent 9882722 commit 07a4180

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
@@ -7,14 +7,14 @@ Custom enumeration serialization currently only applies to the json serializer.
77

88
#Example Configuration
99

10-
Configure Explicit Enumerations
10+
Configure explicit enumerations:
1111
```c#
1212
new EnumSerializerConfigurator()
1313
.WithEnumTypes(new Type[] { typeof(ReturnPolicy) })
1414
.Configure();
1515
```
1616

17-
Configure all enumerations in the ExampleCode namespce for all assemblies in my current app domain:
17+
Configure all enumerations in the ExampleCode namespace for all assemblies in my current app domain:
1818
```c#
1919
new EnumSerializerConfigurator()
2020
.WithAssemblies(AppDomain.CurrentDomain.GetAssemblies())

0 commit comments

Comments
 (0)