diff --git a/README.md b/README.md index 6a2ba24..57a1489 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ import TurboImage from 'react-native-turbo-image'; | `blur` | `number` | The blur radius of the blur filter added to the image | - | | `monochrome` | `number / ColorValue` | The color applied to the image. note: For iOS and Android Q+, it works with any color. For Android Q-, it only supports grayscale | - | | `tint` | `number / ColorValue` | The color is applied to every non-transparent pixel, causing the image’s shape to adopt that color. This effect is not applied to placeholders | - | -| `showPlaceholderOnFailure` | `boolean` | Show the blur placeholder image in the case of a failure | false | +| `showPlaceholderOnFailure` | `boolean` | Show the placeholder image in the case of a failure | false | | `rounded` | `boolean` | Round the image into a circle | false | | `enableLiveTextInteraction` | `boolean` | Enables Live Text interaction with the image (iOS 16+ only) | false | | `allowHardware` | `boolean` | Setting this to false this will reduce performance on API 26 and above. Only disable this if necessary. [Coil's docs](https://coil-kt.github.io/coil/recipes/#shared-element-transitions) (Android only) | false |