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)