We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1a8a5 commit ad7bc79Copy full SHA for ad7bc79
1 file changed
README.md
@@ -191,8 +191,8 @@ The `ConvertTime` handler of the struct (not the field) will be called with the
191
192
To enhance the flexibility:
193
194
- - multiple handlers per struct are supported (just one `ConvertTime` in the example)
195
- - you need to explicitly set the handler-tag-name of the encoder (`handler` in the example) to avoid unexpected interference
+* multiple handlers per struct are supported (just one `ConvertTime` in the example)
+* you need to explicitly set the handler-tag-name of the encoder (`handler` in the example) to avoid unexpected interference
196
197
All handlers need to implement an interface like this:
198
0 commit comments