Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
allanmcarvalho authored Feb 24, 2017
1 parent a68be56 commit e47e723
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,16 @@ class ExamplesTable extends Table
],
'crop' => [
'width' => 400,
'height' => 400,
'height' => 400,
],
'thumbnails' => [ // Optional
[
'width' => 450,
'height' => 400,
'crop' => [
'width' => 400,
'height' => 400,
],
'crop' => [
'width' => 400,
'height' => 400,
],
],
[
'width' => 225,
Expand Down

0 comments on commit e47e723

Please sign in to comment.