Skip to content

Commit 3b9b176

Browse files
committed
bumped to version 1.2.0
1 parent be104cd commit 3b9b176

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ the [Cloudinary API](https://cloudinary.com/documentation/image_upload_api_refer
2020

2121
Add `cloudinary` as a dependency in your `pubspec.yaml` file:
2222

23-
```dart
24-
dependencies:cloudinary: "
25-
latest_version
26-
"
23+
```yaml
24+
dependencies:
25+
cloudinary: "latest_version"
2726
```
2827
2928
Finally you just have to run: `dart pub get` **or** `flutter pub get` depending on the project type

0 commit comments

Comments
 (0)