Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
greghgradwell authored Sep 6, 2021
1 parent 3eab9e8 commit f76caf0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ def deps do
end
```

You can find the latest version by using the Github release tag.
```elixir
def deps do
[
{:realflight_integration, git: "https://github.com/copperpunk-elixir/realflight-integration.git", tag: "v0.1.1-alpha"}
]
end
```


Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/realflight_integration](https://hexdocs.pm/realflight_integration).
Expand Down

0 comments on commit f76caf0

Please sign in to comment.