Skip to content

Commit 708dd5a

Browse files
Rohit MishraRohit Mishra
authored andcommitted
Updated the README file
1 parent 8435450 commit 708dd5a

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
@@ -98,7 +98,8 @@ You can use the Image Delivery API functions in this SDK as well. Here are a few
9898

9999
// set the image quality to 100.
100100

101-
imageUrl = Stack->imageTransform(imageUrl, array('quality'=> 100));
101+
imageUrl = Stack->imageTransform(imageUrl, array(
102+
'quality'=> 100));
102103

103104
// resize the image by specifying width and height.
104105

0 commit comments

Comments
 (0)