Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
EriBloo committed Aug 23, 2023
1 parent 523f85b commit 8c7965b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ composer require eribloo/laravel-model-snapshots
You can publish and run the migrations with:

```bash
php artisan vendor:publish --tag="laravel-model-snapshots-migrations"
php artisan vendor:publish --tag="model-snapshots-migrations"
php artisan migrate
```

You can publish the config file with:

```bash
php artisan vendor:publish --tag="laravel-model-snapshots-config"
php artisan vendor:publish --tag="model-snapshots-config"
```

This is the contents of the published config file:
Expand Down

0 comments on commit 8c7965b

Please sign in to comment.