diff --git a/README.md b/README.md index d05393a..62af3f7 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ You can install the package via Composer: composer require spatie/laravel-db-snapshots ``` -You should add a disk named `snapshots` to `app/config/filesystems.php` on which the snapshots will be saved. This would be a typical configuration: +You should add a disk named `snapshots` to `config/filesystems.php` on which the snapshots will be saved. This would be a typical configuration: ```php // ...