Skip to content

Commit fa83817

Browse files
Manu ChaudharyManu Chaudhary
authored andcommitted
Typo in readme
1 parent 7235ac0 commit fa83817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ const onSuccess = res => {
212212
</IKContext>
213213
```
214214
## Demo Application
215-
The fastest way to get started is by running the demo application. You can run the code locally. The source code is in samples/sample-app. For the instructions in [readme.md](https://github.com/imagekit-developer/imagekit-react/blob/master/samples/sample-app/README.md) file within [samples/sample-app](https://github.com/imagekit-developer/imagekit-react/tree/master/samples/sample-app) folder.
215+
The fastest way to get started is by running the demo application. You can run the code locally. The source code is in samples/sample-app. Follow the instructions in [readme.md](https://github.com/imagekit-developer/imagekit-react/blob/master/samples/sample-app/README.md) file within [samples/sample-app](https://github.com/imagekit-developer/imagekit-react/tree/master/samples/sample-app) folder.
216216

217217
## Error Handling
218218
We are using Error Boundaries to handle errors in the UI. `ErrorBoundary` is used to handle errors anywhere in their child component tree, log those errors, and display a fallback UI instead of the component tree that crashed. example:

0 commit comments

Comments
 (0)