update version in readme
This commit is contained in:
parent
0b55cf1cec
commit
3b00fedb27
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.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
|
||||
]
|
||||
|
|
Reference in a new issue