Skip to content

Commit

Permalink
Add hex link
Browse files Browse the repository at this point in the history
  • Loading branch information
vkatsuba committed Feb 14, 2021
1 parent 2b498ec commit f436364
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
@@ -1,6 +1,8 @@
# bellboy
Bellboy - is Erlang HTTP client library for send SMS by different services: Plivo, Twilio, Nexmo.

[![Hex.pm Version](https://img.shields.io/hexpm/v/bellboy.svg?style=flat)](https://hex.pm/packages/bellboy)

## Contents
* [Goals](#goals)
* [Build & Run](#build--run)
Expand Down Expand Up @@ -45,7 +47,7 @@ $ ./rebar3 clean
* Edit file **rebar.config**:
```erlang
{deps, [
{bellboy, "0.1.0"},
{bellboy, "1.0.0"},
]}.
```

Expand Down

0 comments on commit f436364

Please sign in to comment.