Skip to content

Commit 5521907

Browse files
committed
chore: typo
1 parent 4fdbfc3 commit 5521907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ NEXT_PUBLIC_UPLOADCARE_CUSTOM_CDN_DOMAIN="cdn.example.com"
8888
8989
## Usage
9090

91-
**Option 1**. Use the `UploadcareImage` component and leave us the reset ;)
91+
**Option 1**. Use the `UploadcareImage` component and leave us the rest ;)
9292
```tsx
9393
import UploadcareImage from '@uploadcare/nextjs-loader';
9494

@@ -207,7 +207,7 @@ There are two possible use cases:
207207

208208
#### When `src` is a string
209209

210-
If you pass `placeholder="blur"` to the `UploadcareImage` component, the `blurDataURL` property will be used as the placeholder. In this case you must provide the `blurDataURL` property using our `getBlurDataURL` server-side helper.
210+
If you pass `placeholder="blur"` to the `Image` or `UploadcareImage` component, the `blurDataURL` property will be used as the placeholder. In this case you must provide the `blurDataURL` property using our `getBlurDataURL` server-side helper.
211211

212212
Here is the ``getBlurDataURL` interface:
213213

0 commit comments

Comments
 (0)