Simplified the installation instructions

This commit is contained in:
Josh Sherman 2015-06-23 23:00:05 -04:00
parent fee505f7dd
commit 1bff7911fe
2 changed files with 5 additions and 9 deletions

View file

@ -8,17 +8,13 @@ PHP Wrapper for Project Honey Pot. Compatible with PHP 5.3+ and HHVM.
## Installation
The preferred installation method is via `composer`. First add the following
to your `composer.json`
The preferred installation method is via `composer`. From the root of your
project simply run:
```json
"require": {
"joshtronic/php-projecthoneypot": "dev-master"
}
```shell
composer require "joshtronic/php-projecthoneypot:dev-master"
```
Then run `composer update`
## Usage
### Getting Started

View file

@ -8,7 +8,7 @@
"license": "MIT",
"authors": [{
"name": "Josh Sherman",
"email": "josh@gravityblvd.com",
"email": "hello@joshtronic.com",
"homepage": "http://joshtronic.com"
}],
"require-dev": {