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

Commit 32b9786

Browse files
committed
Update README.md
1 parent 365ef54 commit 32b9786

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
@@ -102,7 +102,7 @@ Without ServiceStack.Text.EnumMemberSerializer:
102102
* Multiple calls to `.WithEnumTypes()` and `.WithNamespaceFilter()` will be added and not replace previous specified values.
103103
* This manipulates the static `JsConfig<T>`. Other code called later may overwrite the custom serialization/deserialization delegates.
104104
* Both `.WithEnumTypes()` and `.WithAssemblies()` may be used at the same time, the results will be combined.
105-
* Configure should be called before serializing/deserializing anything with `ServiceStack.Text` or the custom methods may not be setup correctly in `JsConfig`
105+
* `Configure()` should be called before serializing/deserializing anything with `ServiceStack.Text` or the custom methods may not be setup correctly in `JsConfig`
106106

107107
#Using the Code
108108

0 commit comments

Comments
 (0)