From 1bff7911fe18d86386685819cba04f8f3ee3633e Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Tue, 23 Jun 2015 23:00:05 -0400 Subject: [PATCH] Simplified the installation instructions --- README.md | 12 ++++-------- composer.json | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 66fd291..be38912 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index e7d9e51..8bef239 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "license": "MIT", "authors": [{ "name": "Josh Sherman", - "email": "josh@gravityblvd.com", + "email": "hello@joshtronic.com", "homepage": "http://joshtronic.com" }], "require-dev": {