diff --git a/README.md b/README.md
index a9fd08d92..0d73c9bf5 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,13 @@

+
+
+[](https://hexdocs.pm/live_debugger)
+[](https://hex.pm/packages/live_debugger)
+[](https://github.com/software-mansion/live-debugger/blob/main/LICENSE)
+
+
+
LiveDebugger is a browser-based tool for debugging applications written in [Phoenix LiveView](https://github.com/phoenixframework/phoenix_live_view) - an Elixir library designed for building rich, interactive online experiences with server-rendered HTML.
@@ -12,11 +20,12 @@ Designed to enhance your development experience LiveDebugger gives you:
https://github.com/user-attachments/assets/a09d440c-4217-4597-b30e-f8b911a9094a
## Getting started
+
> [!IMPORTANT]
> LiveDebugger should not be used on production - make sure that the dependency you've added is `:dev` only
-
### Mix installation
+
Add `live_debugger` to your list of dependencies in `mix.exs`:
```elixir
@@ -47,9 +56,10 @@ LiveDebugger has [Igniter](https://github.com/ash-project/igniter) support - an
mix igniter.install live_debugger
```
-
## Optional configuration
+
### Browser features
+
Some features require injecting JS into the debugged application. They are enabled by default, but you can disable them in your config.
```elixir