Update README.md

This commit is contained in:
Mitchell Hanberg 2021-05-21 10:50:31 -04:00 committed by GitHub
parent b2bd06d037
commit 99de9ad137
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ def deps do
[
{:temple, "~> 0.6.0-rc.1"},
{:phoenix, ">= 1.5.0"}, # requires at least Phoenix v1.5.0
{:phoenix_live_ivew, github: "phoenixframework/phoenix_live_view"} # currently requires an unreleased version of phoenix_live_ivew if you are using live view
{:phoenix_live_view, github: "phoenixframework/phoenix_live_view"} # currently requires an unreleased version of phoenix_live_view if you are using live view
]
end
```