Skip to content

Commit c98eddf

Browse files
authored
Merge pull request #143 from sebastianpopp/patch-1
Fix path in readme
2 parents dd779eb + 9fb7f6c commit c98eddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can install the package via Composer:
5757
composer require spatie/laravel-db-snapshots
5858
```
5959

60-
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:
60+
You should add a disk named `snapshots` to `config/filesystems.php` on which the snapshots will be saved. This would be a typical configuration:
6161

6262
```php
6363
// ...

0 commit comments

Comments
 (0)