From 842fc4d40a05c196eac896786aab724a6009e766 Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Fri, 26 May 2023 10:45:09 -0400 Subject: [PATCH] chore: update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0f1fa17..8936a86 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,10 @@ To include Temple's formatter configuration, add `:temple` to your `.formatter.e ## Phoenix +When using Phoenix ~> 1.7, all you need to do is include `:temple` in your mix.exs. + +If you plan on using the template structure that < 1.6 Phoenix applications use, you can use `:temple_phoenix` as described below. + To use with [Phoenix](https://github.com/phoenixframework/phoenix), please use the [temple_phoenix](https://github.com/mhanberg/temple_phoenix) package! This bundles up some useful helpers as well as the Phoenix Template engine. ## Related