readme and comment updates
This commit is contained in:
@ -5,10 +5,12 @@ Hermes is a small package to handle redirects, routing, and autoloading. This li
|
||||
|
||||
## Installation
|
||||
|
||||
To install simply use the composer command:
|
||||
To install, simply use the composer command:
|
||||
|
||||
`php composer.phar require thetempusproject/hermes`
|
||||
|
||||
`composer require thetempusproject/hermes`
|
||||
|
||||
## Usage
|
||||
|
||||
Typical usage would be through including the package via composer.
|
||||
@ -45,9 +47,7 @@ if ( ! defined( 'HERMES_AUTOLOADED' ) ) {
|
||||
}
|
||||
}
|
||||
|
||||
if ( ! App::$isAdmin ) {
|
||||
return Redirect::home();
|
||||
}
|
||||
Redirect::home();
|
||||
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user