diff --git a/readme.md b/readme.md index 442c3de0..b9d9c05b 100644 --- a/readme.md +++ b/readme.md @@ -192,7 +192,7 @@ Images::make('Gallery')->croppable(false); You can set all configurations like ratio e.g. as following: ```php -Images::make('Gallery')->croppingConfigs(['ratio' => 4/3]); +Images::make('Gallery')->croppingConfigs(['aspectRatio' => 4/3]); ``` Available cropping configuration, see https://github.com/timtnleeProject/vuejs-clipper#clipper-basic.