Skip to content

Commit

Permalink
add license and changes to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Guidetti committed Aug 3, 2015
1 parent f7b92d7 commit 0604e8f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,13 @@ With cron mode enabled, the servers must be queried by `cron.php`. For best resu
On linux, this can be achieved by adding a line to your crontab like the one below.
```
* * * * * php /path/to/cron.php > /dev/null 2>&1
```
```

## License

This project is released under the [MIT License](http://sguidetti.mit-license.org/).

## Changes

- Aug 03, 2015 [v.0.1.0]
* Initial release

0 comments on commit 0604e8f

Please sign in to comment.