Readme update

This commit is contained in:
Joey Kimsey
2025-01-27 22:55:08 -05:00
parent fb027a4ebc
commit 83974a0b84

View File

@ -1,3 +1,4 @@
# Houdini # Houdini
Houdini is a php templating engine designed in conjunction with [The Tempus Project](https://thetempusproject.com). This package allows you to store output as variables and plug it in to templates and formatted html either for direct display or cache assets to be rendered together as a completed page. Houdini is a php templating engine designed in conjunction with [The Tempus Project](https://thetempusproject.com). This package allows you to store output as variables and plug it in to templates and formatted html either for direct display or cache assets to be rendered together as a completed page.
@ -6,7 +7,7 @@ This functionality applies to several commonly utilized page components such as
## Installation ## Installation
You can install houdini either using composer or its included autoload functionality in the bin folder. You can install houdini using composer or include the autoload functionality inside the bin folder.
## Usage ## Usage