Skip to content

Commit

Permalink
improved composer install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared King committed Feb 3, 2015
1 parent 0a341c3 commit 3ba4422
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ Stripe billing module for Infuse Framework

## Installation

1. Add the composer package in the require section of your app's `composer.json` and run `composer update`
1. Install the package with [composer](http://getcomposer.org):

```
composer require infuse/billing
```

2. Add a billing section to your `config.php`:
```php
Expand Down

0 comments on commit 3ba4422

Please sign in to comment.