Fix LiveView engine instruction (#82)

This commit is contained in:
Shritesh Bhattarai 2020-06-16 17:36:12 -04:00 committed by GitHub
parent 853253bc4a
commit a3ec57344a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,8 @@ Add the templating engine to your Phoenix configuration.
# config.exs
config :phoenix, :template_engines,
exs: Temple.Engine
exs: Temple.LiveEngine
# or for LiveView support
exs: Temple.LiveViewEngine
# config/dev.exs
config :your_app, YourAppWeb.Endpoint,