From 16a546f5cdf22acd50017fad5c150c7ffdb10b01 Mon Sep 17 00:00:00 2001 From: rlanvin Date: Wed, 2 Mar 2016 09:48:36 +0200 Subject: [PATCH] Updating README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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).