Skip to content

Commit

Permalink
Merge pull request #11 from c-tanner/patch-1
Browse files Browse the repository at this point in the history
Fix: README
  • Loading branch information
recca0120 authored Sep 8, 2024
2 parents 9344cc5 + 63899a6 commit 4d850e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ http://localhost/laravel-erd
Run the command:

```bash
php artisan erd:generate --file=exclude-users.sql --exclude=users
php artisan erd:generate --file=exclude-users.sql --excludes=users
```

#### step 2.
Expand All @@ -81,7 +81,7 @@ php artisan erd:install
Generate the SVG file:

```php
php artisan generate --file=laravel-erd.svg
php artisan erd:generate --file=laravel-erd.svg
```

#### step 3.
Expand All @@ -94,4 +94,4 @@ http://localhost/laravel-erd/laravel-erd.svg

> The SVG file can be found at storage/framework/cache/laravel-erd.
Feel free to ask if you have any questions or need further assistance!
Feel free to ask if you have any questions or need further assistance!

0 comments on commit 4d850e3

Please sign in to comment.