From 83974a0b84ec4a72ab672a6653221684e36aeeb1 Mon Sep 17 00:00:00 2001 From: Joey Kimsey Date: Mon, 27 Jan 2025 22:55:08 -0500 Subject: [PATCH] Readme update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3698794..454e9a4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # 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. @@ -6,7 +7,7 @@ This functionality applies to several commonly utilized page components such as ## 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