From 5d1bc7705a662ecb86ecf932b35ae76958d6d641 Mon Sep 17 00:00:00 2001 From: Valentin Hervieu Date: Fri, 11 Oct 2024 23:43:15 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d47374b..1e01551 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ See [#428](https://github.com/ValentinH/react-easy-crop/issues/428), [#409](http | `setMediaSize` | `(size: MediaSize) => void` | | [Advanced Usage] Used to expose the `mediaSize` value for use with the `getInitialCropFromCroppedAreaPixels` and `getInitialCropFromCroppedAreaPercentages` functions. See [this CodeSandbox instance](https://codesandbox.io/s/react-easy-crop-forked-3v0hi3) for a simple example. | | `setCropSize` | `(size: Size) => void` | | [Advanced Usage] Used to expose the `cropSize` value for use with the `getInitialCropFromCroppedAreaPixels` and `getInitialCropFromCroppedAreaPercentages` functions. See [this CodeSandbox instance](https://codesandbox.io/s/react-easy-crop-forked-3v0hi3) for a simple example. | | `nonce` | string | | The nonce to add to the style tag when the styles are auto injected. | -| `keyboardStep` | number | | The keyboardStep prop controls the number of pixels the crop area moves with each press of an arrow key when using keyboard navigation. Defaults to 1. | +| `keyboardStep` | number | | number of pixels the crop area moves with each press of an arrow key when using keyboard navigation. Defaults to 1. |