Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mickverm authored Feb 22, 2020
1 parent 15a12ed commit fca0cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fca0cee

Please sign in to comment.