Skip to content

Commit abebe5e

Browse files
committed
Fix gif in the documentation. Add badges. Bump to 0.1.2
1 parent 1958992 commit abebe5e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# ExWebRTCDashboard
22

3+
[![Hex.pm](https://img.shields.io/hexpm/v/ex_webrtc.svg)](https://hex.pm/packages/ex_webrtc)
4+
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/ex_webrtc)
5+
36
[ExWebRTC](https://github.com/elixir-webrtc/ex_webrtc) statistics visualization for the [Phoenix LiveDashboard](https://github.com/phoenixframework/phoenix_live_dashboard).
47

58
<p align="center">
6-
<img src="dashboard.gif" alt="animated" />
9+
<img src="assets/dashboard.gif" alt="ExWebRTC Dashboard" />
710
</p>
811

912
## Installation
@@ -16,7 +19,7 @@ In most cases you can skip this step as `Phoenix` comes with `LiveDashboard` ena
1619
```elixir
1720
def deps do
1821
[
19-
{:ex_webrtc_dashboard, "~> 0.1.1"}
22+
{:ex_webrtc_dashboard, "~> 0.1.2"}
2023
]
2124
end
2225
```
File renamed without changes.

mix.exs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ExWebRTCDashboard.MixProject do
22
use Mix.Project
33

4-
@version "0.1.1"
4+
@version "0.1.2"
55
@source_url "https://github.com/elixir-webrtc/ex_webrtc_dashboard"
66

77
def project do
@@ -35,7 +35,8 @@ defmodule ExWebRTCDashboard.MixProject do
3535
main: "readme",
3636
extras: ["README.md"],
3737
source_ref: "v#{@version}",
38-
formatters: ["html"]
38+
formatters: ["html"],
39+
assets: "assets"
3940
]
4041
end
4142

0 commit comments

Comments
 (0)