Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu Chaudhary authored and Manu Chaudhary committed Feb 7, 2020
1 parent afc9b47 commit 314e1b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ $imageURL = $imageKit->url(array(
"width" => "400",
),
array(
"rotation": 90
"rotation" => 90
),
),
transformationPosition => "query"
"transformationPosition" => "query"
));
```
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "imagekit/imagekit",
"type": "library",
"version": "1.1.0",
"version": "1.1.1",
"description": "PHP library for Imagekit",
"keywords": [
"library",
Expand Down

0 comments on commit 314e1b0

Please sign in to comment.