Skip to content

Commit

Permalink
fix markdown format
Browse files Browse the repository at this point in the history
  • Loading branch information
fbartnitzek committed Oct 30, 2023
1 parent 7f1a8a5 commit ad7bc79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ The `ConvertTime` handler of the struct (not the field) will be called with the

To enhance the flexibility:

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

All handlers need to implement an interface like this:

Expand Down

0 comments on commit ad7bc79

Please sign in to comment.