Skip to content

Commit fe37a26

Browse files
Update README.md
1 parent 4dd5833 commit fe37a26

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,18 @@ Transform and optimize assets. Visit our documentation to learn more about [medi
2727
| 1.2.x | >= 0.72 | 50-53 | expo-av / expo-video |
2828

2929
## Installation
30-
### Install using your favorite package manager (yarn, npm)
30+
31+
You can install the package using your preferred package manager:
32+
3133
```bash
34+
# Using npm
3235
npm install cloudinary-react-native
3336

34-
```
35-
Or
36-
```bash
37-
yarn add cloudinary-react-native --save
38-
```
37+
# Using yarn
38+
yarn add cloudinary-react-native
39+
40+
# Using pnpm
41+
pnpm add cloudinary-react-native
3942

4043
### For Video Player functionality
4144
The SDK supports both `expo-av` and `expo-video` libraries. The appropriate library will be automatically detected and used:

0 commit comments

Comments
 (0)