Skip to content

Commit 074dad1

Browse files
committed
Update README.md
1 parent d814031 commit 074dad1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Images are seamlessly delivered through a fast CDN, and much much more.
99

1010
Cloudinary offers comprehensive APIs and administration capabilities and is easy to integrate with any web application, existing or new.
1111

12+
1213
Cloudinary provides URL and HTTP based APIs that can be easily integrated with any Web development framework.
1314

1415
For Java, Cloudinary provides a library for simplifying the integration even further.
@@ -134,7 +135,7 @@ The uploaded image is assigned a randomly generated public ID. The image is imme
134135

135136
You can also specify your own public ID:
136137

137-
cloudinary.uploader().upload("http://www.example.com/image.jpg", Cloudinary.asMap("public_id", "sample_remote"))
138+
cloudinary.uploader().upload("http://www.example.com/image.jpg", ObjectUtils.asMap("public_id", "sample_remote"))
138139

139140
cloudinary.url().generate("sample_remote.jpg")
140141

0 commit comments

Comments
 (0)