Skip to content

Commit 328463f

Browse files
authored
Update README.md
1 parent 16dc41c commit 328463f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Enum.Ext provides a `TypeSafeEnum` that has a bunch of advantages compared to th
77
For example is it possible to store additional information directly with the enum. You are also able to
88
query an enum based on the information stored with it.
99

10-
There is also a Json-Serializer Implemented, so you dont have to cast from DTOs manually.
10+
There is also a Json-Serializer implemented, so you dont have to cast from DTOs manually.
1111

1212
### Installation
1313
https://www.nuget.org/packages/Enum.Ext/

0 commit comments

Comments
 (0)