diff --git a/README.md b/README.md index 1275322..cc3ff83 100755 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ val doubled = duration * 2 val seconds = 10.seconds + 3.minutes // Interval ``` -You can also use these operations on `Calendar`: +You can also use these operations with the `Calendar` class: ```kotlin val twoHoursLater = Calendar.getInstance() + 2.hours