diff --git a/README.md b/README.md index 25f4d49..1c7c886 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Available features: - setting values from a JSON *file* - `NewJSONFileProvider("./testdata/input.json")` Supported types: -- `string`, `*string`, `[]string` -- `bool`, `*bool`, `[]bool` +- `string`, `*string`, `[]string`, `[]*string` +- `bool`, `*bool`, `[]bool`, `[]*bool` - `int`, `int8`, `int16`, `int32`, `int64` + slices of these types - `*int`, `*int8`, `*int16`, `*int32`, `*int64` - `uint`, `uint8`, `uint16`, `uint32`, `uint64` + slices of these types