Skip to content

Commit

Permalink
Fix typography.
Browse files Browse the repository at this point in the history
  • Loading branch information
instancezero committed Jul 3, 2023
1 parent f944608 commit 96d1624
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ JSON API, set middleware, and a path prefix to the API.

To ensure schema changes are in place publish the configuration again and migrate:

`php artisan vendor:publish --provider="Abivia\Ledger\LedgerServiceProvider"`
`php artisan migrate`
```
php artisan vendor:publish --provider="Abivia\Ledger\LedgerServiceProvider"
php artisan migrate
```


## Donations welcome
Expand Down

0 comments on commit 96d1624

Please sign in to comment.