diff --git a/README.md b/README.md index 1c7c886..c2131f0 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ Supported types: - `string`, `*string`, `[]string`, `[]*string` - `bool`, `*bool`, `[]bool`, `[]*bool` - `int`, `int8`, `int16`, `int32`, `int64` + slices of these types -- `*int`, `*int8`, `*int16`, `*int32`, `*int64` +- `*int`, `*int8`, `*int16`, `*int32`, `*int64` + slices of these types - `uint`, `uint8`, `uint16`, `uint32`, `uint64` + slices of these types -- `*uint`, `*uint8`, `*uint16`, `*uint32`, `*uint64` +- `*uint`, `*uint8`, `*uint16`, `*uint32`, `*uint64` + slices of these types - `float32`, `float64` + slices of these types - `*float32`, `*float64` - `time.Duration` from strings like `12ms`, `2s` etc.