From fca0cee6d33998916dbb56ee80297f14c10c109c Mon Sep 17 00:00:00 2001 From: Michiel Vermeersch Date: Sat, 22 Feb 2020 13:07:53 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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