Skip to content

Commit 8a5ec2b

Browse files
authored
Update README.md
1 parent f6b44e7 commit 8a5ec2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ Many projects make use of exotic settings within their serializers. So it's impo
3030
The Interface provides two simple methods:
3131
```csharp
3232
TModelType DeserializeObject<TModelType>(string serializedObject);
33-
TModelType DeserializeObject<TModelType>(string serializedObject);```
33+
TModelType DeserializeObject<TModelType>(string serializedObject);
34+
```

0 commit comments

Comments
 (0)