Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Laviale committed Oct 23, 2014
1 parent 98fe149 commit ebbc5d0
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2197,16 +2197,10 @@ The package requires PHP 5.4 or later and the [PDO extension](http://php.net/man

## Installation

The recommended way to install this package is through [Composer](http://getcomposer.org/).
Create a `composer.json` file and run the `composer install` command to install it:
The recommended way to install this package is through [Composer](http://getcomposer.org/):

```json
{
"minimum-stability": "dev",
"require": {
"icanboogie/activerecord": "2.1.x"
}
}
```
$ composer require icanboogie/activerecord
```


Expand Down

0 comments on commit ebbc5d0

Please sign in to comment.