Skip to content

Commit 5f157b5

Browse files
committed
readme update
1 parent a6b96bb commit 5f157b5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ import { IKImage, IKVideo, IKContext, IKUpload } from 'imagekitio-react'
139139
## Demo application
140140
* The official step-by-step React quick start guide - https://docs.imagekit.io/getting-started/quickstart-guides/react
141141
* The official step-by-step React Native quick start guide - https://docs.imagekit.io/getting-started/quickstart-guides/react-native
142-
* You can also run the demo application in [samples/sample-app](/samples/sample-app) folder as per the [README.md](/samples/sample-app/README.md).
143142

144143
## Components
145144

@@ -171,11 +170,11 @@ will render:
171170
<img alt="" src="https://ik.imagekit.io/your_imagekit_id/default-image.jpg">
172171
```
173172

174-
* `urlEndpoint` is required to use the SDK. You can get URL-endpoint from your ImageKit dashboard - https://imagekit.io/dashboard#url-endpoints.
175-
* `publicKey` and `authenticationEndpoint` parameters are required if you want to use the SDK for client-side file upload. You can get these parameters from the developer section in your ImageKit dashboard - https://imagekit.io/dashboard#developers.
173+
* `urlEndpoint` is required to use the SDK. You can get URL-endpoint from your ImageKit dashboard - https://imagekit.io/dashboard/url-endpoints.
174+
* `publicKey` and `authenticationEndpoint` parameters are required if you want to use the SDK for client-side file upload. You can get these parameters from the developer section in your ImageKit dashboard - https://imagekit.io/dashboard/developer/api-keys.
176175
* `transformationPosition` is optional. The default value for this parameter is `path`. Acceptable values are `path` & `query`
177176

178-
> Note: Do not include your Private Key in any client-side code.
177+
> Note: Do not include your [private key](https://docs.imagekit.io/api-reference/api-introduction/api-keys#private-key) in any client-side code.
179178
180179
## Image resizing
181180

0 commit comments

Comments
 (0)