diff --git a/README.md b/README.md index fbd1d6c..6365551 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ implementation 'be.mickverm.rxjava2:rxtailer:2.0.0' ``` ## Usage -In Kotlin, these methods are implemented using extension functions, so just call .tail() and .tailIndexed() on your file. +In Kotlin, these methods are implemented using extension functions, so just call `.tail()` and `.tailIndexed()` on your file. ### Tail a file ```java