Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
u01jmg3 committed Aug 20, 2016
1 parent 1689d14 commit 317b5c1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# PHP ICS Parser

--

[![Latest Stable Version](https://poser.pugx.org/johngrogg/ics-parser/v/stable.png)](https://packagist.org/packages/johngrogg/ics-parser)
[![Total Downloads](https://poser.pugx.org/johngrogg/ics-parser/downloads.png)](https://packagist.org/packages/johngrogg/ics-parser)

--

## License

This ics-parser is under [MIT License](http://opensource.org/licenses/MIT). You may use it for your own sites for free, but I would like to get a notice when you use it ([email protected]). If you use it for another software project, please state the information / links to this project in the files.
Expand All @@ -18,15 +18,13 @@ It was modified by John Grogg to properly handle recurring events (specifically

## Installation

### Composer

[Composer](http://getcomposer.org)
### [Composer](http://getcomposer.org)

```bash
$ curl -s https://getcomposer.org/installer | php
```

`composer.json`
- `composer.json`

```yaml
{
Expand Down

0 comments on commit 317b5c1

Please sign in to comment.