Skip to content

Commit ad7bc79

Browse files
committed
fix markdown format
1 parent 7f1a8a5 commit ad7bc79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ The `ConvertTime` handler of the struct (not the field) will be called with the
191191

192192
To enhance the flexibility:
193193

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
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
196196

197197
All handlers need to implement an interface like this:
198198

0 commit comments

Comments
 (0)