1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2025-02-20 09:54:16 +01:00

Updating README

This commit is contained in:
rlanvin 2016-03-02 09:48:36 +02:00
parent dc6dc60f65
commit 16a546f5cd

View File

@ -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).