Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Oct 29, 2024
1 parent 6874000 commit 933e1b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
Displays a debug bar in the browser with information from php.
No more `var_dump()` in your code!

> **Note: Debug Bar is for development use only. Never install this on websites that are publicly accessible.**
![Screenshot](https://raw.github.com/maximebf/php-debugbar/master/docs/screenshot.png)

**Features:**
Expand Down Expand Up @@ -57,7 +59,7 @@ Integrations with other frameworks:
The best way to install DebugBar is using [Composer](http://getcomposer.org)
with the following command:

```composer require maximebf/debugbar```
```composer require maximebf/debugbar --dev```

## Quick start

Expand Down

0 comments on commit 933e1b6

Please sign in to comment.