Skip to content

Commit

Permalink
docs: Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
romshark authored Mar 10, 2024
1 parent dd89ae2 commit 37e0558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Roadmap:
- [x] JSON struct tags
- [x] Case-insensitive key matching (backward-compatibility feature of `encoding/json`)
- [x] Option `DisallowUnknownFields`
- [x] Option `DisableFieldNameUnescapingNoTag`
- [x] Option `DisableFieldNameUnescaping`
- [x] Option `DisableCaseInsensitiveMatching`
- [ ] Option `DisallowDuplicateNames`
- [x] Struct tag option `string`
Expand Down

0 comments on commit 37e0558

Please sign in to comment.