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:
parent
dc6dc60f65
commit
16a546f5cd
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user