Skip to content

Commit 2b9cddb

Browse files
committed
Update README
1 parent 2991821 commit 2b9cddb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ npm install @react-native-community/image-editor --save
2020

2121
### Install Pods
2222

23-
`npx pod-install`
23+
```shell
24+
npx pod-install
25+
```
2426

2527
## Usage
2628

@@ -61,7 +63,7 @@ cropData: ImageCropData = {
6163
};
6264
```
6365

64-
For more advanced usage check our [example app](/example/src/App.js).
66+
For more advanced usage check our [example app](/example/src/App.tsx).
6567

6668
<!-- badges -->
6769
[build-badge]: https://github.com/callstack/react-native-image-editor/actions/workflows/main.yml/badge.svg

0 commit comments

Comments
 (0)