From d4b8ccb6ecb2cd6d6bff11d27e8e783e99f6673d Mon Sep 17 00:00:00 2001 From: Joey Kimsey Date: Sun, 2 Feb 2025 07:26:15 -0500 Subject: [PATCH] readme updates --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 5e74d61..a8478e5 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ Hermes is a small package to handle redirects, routing, and autoloading. This library id developed in conjunction with [The Tempus Project](https://thetempusproject.com). +## Installation + +To install simply use the composer command: + +`php composer.phar require thetempusproject/hermes` + ## Usage Typical usage would be through including the package via composer. @@ -45,3 +51,10 @@ if ( ! App::$isAdmin ) { ``` +## Issues / Bugs / Contact + +If anyone actually uses this library and runs into any issues, feel free to contact me and I'll look into it. + +[Joey Kimsey](mailto:Joey@thetempusproject.com) - _Lead Developer_ + +[JoeyKimsey.com](https://JoeyKimsey.com)