Update README

This commit is contained in:
Mitchell Hanberg 2020-07-15 22:47:23 -04:00
parent 1b02dc86db
commit 3c787297e5

View file

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