Skip to content

Commit 215a1d2

Browse files
deleted some unwanted files
1 parent 1d652e1 commit 215a1d2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ $imageUrl = $stack->ImageTrasform($imageUrl, array('quality'=> 100));
101101

102102
// set the quality to 100, auto optimization, width and height
103103
$imageUrl = $stack->ImageTrasform($imageUrl, array('quality'=> 100,
104-
'auto': 'webp',
105-
'width': 100,
106-
'height': 100));
104+
'auto'=> 'webp',
105+
'width'=> 100,
106+
'height'=> 100));
107107

108108

109109
### Helpful Links

0 commit comments

Comments
 (0)