Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilJay authored Aug 5, 2019
1 parent 83b7de5 commit 4432c50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ allprojects {
}
dependencies {
implementation 'com.github.PhilJay:RRule:1.0.1'
implementation 'com.github.PhilJay:RRule:1.0.2'
}
```

Expand All @@ -32,7 +32,7 @@ Or add the following to your **pom.xml**:
<dependency>
<groupId>com.github.PhilJay</groupId>
<artifactId>RRule</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```

Expand All @@ -47,5 +47,5 @@ val rrule = RRule("RRULE:FREQ=MONTHLY;INTERVAL=2;COUNT=10;BYDAY=1SU,-1SU")
Transform RRule object to iCalendar RFC 5545 String:

```kotlin
val rfc5545String = rrule.toRFC2445String()
val rfc5545String = rrule.toRFC5545String()
```

0 comments on commit 4432c50

Please sign in to comment.