From 0b30679aa39ed235a7000384c25f5cac4b1824d3 Mon Sep 17 00:00:00 2001 From: "ImageKit.io" <45416977+imagekitio@users.noreply.github.com> Date: Sat, 25 May 2024 14:27:50 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2de3e1..ed7783b 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ import { IKImage, IKVideo, IKContext, IKUpload } from 'imagekitio-react' ``` -#### File upload +#### File upload example ```js // Ensure you pass publicKey, urlEndpoint, and authenticator function to the parent IKContext component or to the IKUpload component directly.