From 5830259b148b76417d399bd64f4548f6ae49b8f0 Mon Sep 17 00:00:00 2001 From: Praveen Perera Date: Sat, 26 Aug 2017 01:32:30 -0400 Subject: [PATCH] Clean README.MD, fix code formatting --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9907916..900ab4e 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ If you generated your app from the Phoenix master branch, add phoenix_haml's master branch to your deps instead. `{:phoenix_haml, github: "chrismccord/phoenix_haml"}` + 2. Add the following to your Phoenix `config/config.exs` - - ```elixir - config :phoenix, :template_engines, - haml: PhoenixHaml.Engine - ``` + ```elixir + config :phoenix, :template_engines, + haml: PhoenixHaml.Engine + ``` 3. Use the `.html.haml` extensions for your templates. ## Optional