Update README

This commit is contained in:
Mitchell Hanberg 2020-11-04 19:58:24 -05:00
parent 5c5edfa67f
commit da3dd6b214

View file

@ -16,7 +16,15 @@ Add `temple` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:temple, "~> 0.6.0-alpha.2"}]
[{:temple, "~> 0.6.0-alpha.4"}]
end
```
or
```elixir
def deps do
[{:temple, github: "mhanberg/temple"}]
end
```