update version in readme

This commit is contained in:
Mitchell Hanberg 2021-05-13 20:56:40 -04:00
parent 0b55cf1cec
commit 3b00fedb27

View file

@ -16,7 +16,7 @@ Add `temple` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:temple, "~> 0.6.0-rc.0"},
{:temple, "~> 0.6.0-rc.1"},
{:phoenix, ">= 1.5.0"}, # requires at least Phoenix v1.5.0
{:phoenix_live_ivew, github: "phoenixframework/phoenix_live_ivew"} # currently requires an unreleased version of phoenix_live_ivew if you are using live view
]