From 9fb7f6c990659ed2c7e853e224bfd63e39b79804 Mon Sep 17 00:00:00 2001 From: Sebastian Popp <2521500+sebastianpopp@users.noreply.github.com> Date: Wed, 11 Oct 2023 17:34:41 +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 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 // ...