From c8cd1e82c3fdb41b380b1481cdf64576d032ee50 Mon Sep 17 00:00:00 2001 From: Chris Santillan Date: Fri, 22 Dec 2023 13:11:02 -0600 Subject: [PATCH] chore: fix formatting on README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8630cfa5a..d74eebc05 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,8 @@ Two tools you can use to aid in debugging: - laravel-debugbar - This is a package to integrate PHP Debug Bar with Laravel: Run `composer require barryvdh/laravel-debugbar --dev` - React Developer Tools. This is available for several browser flavors and available on their website: https://react.dev/learn/react-developer-tools - Debugbar for Laravel is a package to integrate [PHP Debug Bar](http://phpdebugbar.com/) with Laravel. React Developer Tools is used to inspect REact components, edit props and state, and identify performance problems. + +Debugbar for Laravel is a package to integrate [PHP Debug Bar](http://phpdebugbar.com/) with Laravel. React Developer Tools is used to inspect REACT components, edit props and state, and identify performance problems. # License