Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
rlanvin committed Mar 2, 2016
1 parent dc6dc60 commit 16a546f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ Complete doc is available in [the wiki](https://github.com/rlanvin/php-rrule/wik

The recommended way is to install the lib [through Composer](http://getcomposer.org/).

Just add this to your `composer.json` file:
Just add this to your `composer.json` file (change the version by the release you want, or use dev-master for the development version):

```JSON
{
"require": {
"rlanvin/php-rrule": "dev-master"
"rlanvin/php-rrule": "1.*"
}
}
```
Expand All @@ -67,6 +67,8 @@ require 'vendor/autoload.php';

You can just download `src/RRule.php` and require it.

However be sure to come back regulary and check for updates.

## Documentation

Complete doc is available in [the wiki](https://github.com/rlanvin/php-rrule/wiki).
Expand Down

0 comments on commit 16a546f

Please sign in to comment.