Fix LiveView engine instruction (#82)
This commit is contained in:
parent
853253bc4a
commit
a3ec57344a
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Reference in a new issue