Skip to content

Commit 2700b23

Browse files
authored
Enhancement: Added badges to readme (#327)
* Format * Update README.md * Update README.md
1 parent ad012d7 commit 2700b23

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
![LiveDebugger_Chrome_WebStore](https://github.com/user-attachments/assets/cf9aee3b-58ab-4c45-8a43-d73182cb3e02)
22

3+
<div align="center">
4+
5+
[![Version Badge](https://img.shields.io/badge/version-v0.1.6-%23b5e1f1)](https://hexdocs.pm/live_debugger)
6+
[![Hex.pm Downloads](https://img.shields.io/hexpm/dw/live_debugger?style=flat&label=downloads&color=%23b5e1f1)](https://hex.pm/packages/live_debugger)
7+
[![GitHub License](https://img.shields.io/github/license/software-mansion/live-debugger?color=%23b5e1f1)](https://github.com/software-mansion/live-debugger/blob/main/LICENSE)
8+
9+
</div>
10+
311

412
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.
513

@@ -12,11 +20,12 @@ Designed to enhance your development experience LiveDebugger gives you:
1220
https://github.com/user-attachments/assets/a09d440c-4217-4597-b30e-f8b911a9094a
1321

1422
## Getting started
23+
1524
> [!IMPORTANT]
1625
> LiveDebugger should not be used on production - make sure that the dependency you've added is `:dev` only
1726
18-
1927
### Mix installation
28+
2029
Add `live_debugger` to your list of dependencies in `mix.exs`:
2130

2231
```elixir
@@ -47,9 +56,10 @@ LiveDebugger has [Igniter](https://github.com/ash-project/igniter) support - an
4756
mix igniter.install live_debugger
4857
```
4958

50-
5159
## Optional configuration
60+
5261
### Browser features
62+
5363
Some features require injecting JS into the debugged application. They are enabled by default, but you can disable them in your config.
5464

5565
```elixir

0 commit comments

Comments
 (0)