Skip to content

Commit

Permalink
added links to elixir package
Browse files Browse the repository at this point in the history
  • Loading branch information
marinakr committed Sep 15, 2021
1 parent 33d018d commit 188c83e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Erlang version of [libphonenumber](https://github.com/googlei18n/libphonenumber)
by Google.

Elixir version of [libphonenumber](https://github.com/marinakr/libphonenumber_elixir) available [![Hex.pm](https://img.shields.io/hexpm/v/ecto.svg)](https://hex.pm/packages/libphonenumber)

Usage:

```
Expand Down
5 changes: 3 additions & 2 deletions src/libphonenumber_erlang.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
{mod, {libphonenumber_erlang_app, []}},
{licenses,["Apache 2.0"]},
{links,[
{"Github","https://github.com/marinakr/libphonenumber_erlang"},
{"Github", "https://github.com/googlei18n/libphonenumber"}]},
{"Github (erlang)","https://github.com/marinakr/libphonenumber_erlang"},
{"Github (elixir)","https://github.com/marinakr/libphonenumber_elixir"},
{"Github (google origin)", "https://github.com/googlei18n/libphonenumber"}]},
{registered, []},
{applications, [kernel, stdlib, tools]},
{env, []}]}.

0 comments on commit 188c83e

Please sign in to comment.