chore: update README.md

This commit is contained in:
Mitchell Hanberg 2023-05-26 10:45:09 -04:00 committed by GitHub
parent 7a505875af
commit 842fc4d40a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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