Update version in readme
This commit is contained in:
parent
301963f06b
commit
978df64ffe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
]
|
||||
|
|
Reference in a new issue