From 52dcc427398b415ce56e8b3af9792f8199677312 Mon Sep 17 00:00:00 2001 From: Jordy Van der Haegen Date: Mon, 10 Jul 2023 09:32:32 +0200 Subject: [PATCH] Update: readme note markup --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5376cc8..fcbaa90 100644 --- a/README.md +++ b/README.md @@ -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