From 3998668b365685eddb68387e20c3c2602737bf64 Mon Sep 17 00:00:00 2001 From: Samuel De Backer Date: Tue, 28 May 2024 18:16:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f40114..c8d91f2 100755 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Add Croppa to your project: `composer require bkwld/croppa` ## Configuration -Read the [source of the config file](https://github.com/BKWLD/croppa/blob/master/src/config/config.php) for documentation of the config options. Here are some examples of common setups (additional [examples can be found here](https://github.com/BKWLD/croppa/wiki/Examples)): +Read the [source of the config file](https://github.com/BKWLD/croppa/tree/master/config/config.php) for documentation of the config options. Here are some examples of common setups (additional [examples can be found here](https://github.com/BKWLD/croppa/wiki/Examples)): You can publish the config file into your app’s config directory, by running the following command: