Update version in readme

This commit is contained in:
Mitchell Hanberg 2021-05-22 01:20:42 -04:00
parent 301963f06b
commit 978df64ffe

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.1"},
{:temple, "~> 0.6.0"},
{:phoenix, ">= 1.5.0"}, # requires at least Phoenix v1.5.0
{:phoenix_live_view, github: "phoenixframework/phoenix_live_view"} # currently requires an unreleased version of phoenix_live_view if you are using live view
]