diff --git a/README.md b/README.md index 6c5f4c5..3138b47 100755 --- a/README.md +++ b/README.md @@ -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.*" } } ``` @@ -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).