1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2025-04-07 22:53:48 +02:00

Updating CHANGELOG and README

This commit is contained in:
rlanvin 2016-03-23 12:04:41 +02:00
parent e0ca376396
commit 76e6698b51
2 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# Change Log
# Changelog
## [Unreleased]

View File

@ -65,11 +65,10 @@ Now you can use the autoloader, and you will have access to the library:
require 'vendor/autoload.php';
```
### Alternative method
### Alternative method (not recommended)
You can just download `src/RRule.php` and require it.
However be sure to come back regulary and check for updates.
- Download [the latest release](https://github.com/rlanvin/php-rrule/releases/latest)
- Put the files in a folder that is autoloaded, or `inclure` or `require` them
## Documentation
@ -95,7 +94,6 @@ respect of the RFC. This version is a bit strictier and will not accept many
non-compliant combinations of rule parts, that the python version otherwise accepts.
There are also some additional features in this version.
## License
This library is released under the MIT License.