Skip to content

Commit

Permalink
Closes #300 - refer to correct version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
u01jmg3 committed Mar 5, 2022
1 parent d0ecac9 commit 79b1513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
- Install [Composer](https://getcomposer.org/)
- Add the following dependency to `composer.json`
- :warning: **Note with Composer the owner is `johngrogg` and not `u01jmg3`**
- To access the latest stable branch (`v2`) use the following
- To access the latest stable branch (`v3`) use the following
- To access new features you can require [`dev-master`](https://getcomposer.org/doc/articles/aliases.md#branch-alias)

```yaml
{
"require": {
"johngrogg/ics-parser": "^2"
"johngrogg/ics-parser": "^3"
}
}
```
Expand Down

0 comments on commit 79b1513

Please sign in to comment.