Skip to content

Commit

Permalink
Update: readme note markup
Browse files Browse the repository at this point in the history
  • Loading branch information
jordyvanderhaegen committed Jul 10, 2023
1 parent 9384942 commit 52dcc42
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 @@ -6,9 +6,9 @@

This package allows you to track changes in your database using database triggers. Currently only MySQL is supported.

**Note**
This package is designed to track database changes that occur outside of Laravel.
However, for changes originating within a Laravel application, other solutions like [owen-it/laravel-auditing](https://github.com/owen-it/laravel-auditing) may better suit your requirements.
>**Note**
> This package is designed to track database changes that occur outside of Laravel.
> However, for changes originating within a Laravel application, other solutions like [owen-it/laravel-auditing](https://github.com/owen-it/laravel-auditing) may better suit your requirements.
## Installation

Expand Down

0 comments on commit 52dcc42

Please sign in to comment.