Skip to content

Commit 2f0f8ef

Browse files
authored
Merge pull request #4 from tpitale/patch-1
Add badge and current hex package version to readme
2 parents acd987d + 164946c commit 2f0f8ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ oc_datadog
33

44
[![CircleCI](https://circleci.com/gh/opencensus-beam/opencensus_datadog.svg?style=svg)](https://circleci.com/gh/opencensus-beam/opencensus_datadog)
55
[![codecov](https://codecov.io/gh/opencensus-beam/opencensus_datadog/branch/master/graph/badge.svg)](https://codecov.io/gh/opencensus-beam/opencensus_datadog)
6+
[![Hex version badge](https://img.shields.io/hexpm/v/oc_datadog.svg)](https://hex.pm/packages/oc_datadog)
7+
68

79
[Opencensus][oc] integration to [DataDog][dd] traces and metrics (via dogstatsd).
810

@@ -19,7 +21,7 @@ Mix:
1921
```elixir
2022
def deps do
2123
[
22-
{:oc_datadog, "~> 0.1.0"}
24+
{:oc_datadog, "~> 0.2.0"}
2325
]
2426
end
2527
```

0 commit comments

Comments
 (0)