Skip to content

Commit

Permalink
Update install package instructions for Composer
Browse files Browse the repository at this point in the history
Closes #20
  • Loading branch information
joeholdcroft committed May 26, 2015
1 parent 69d01c7 commit a2c82f5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ Flywheel is opinionated software. The following is assumed:

Use [Composer](http://getcomposer.org/) to install the flywheel package. Package details [can be found on Packagist.org](https://packagist.org/packages/jamesmoss/flywheel).

Add the following to your `composer.json` and run `composer update`.

"require": {
"jamesmoss/flywheel": "0.1.*"
}
Run `composer require jamesmoss/flywheel` in your project directory to install the Flywheel package.

## Use

Expand Down

0 comments on commit a2c82f5

Please sign in to comment.