Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdekruijk authored Oct 3, 2018
1 parent ce8975b commit 1eb9ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ After installing for the first time publish the config file with

`php artisan vendor:publish --tag=config --provider="NickDeKruijk\ImageResize\ServiceProvider"`

A default config file called `imageresize.php` will be available in your Laravel `app/config` folder. See this file for more details.
A default config file called `imageresize.php` will be available in your Laravel `/config` folder. See this file for more details.

## How does it work
Let's assume you have an image in `/public/media/images/test.jpg` and a template called `thumbnail`. And have set the imageresize.route config to `media/resized`.
Expand Down

0 comments on commit 1eb9ffe

Please sign in to comment.