Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
severianremi authored Dec 20, 2018
1 parent b3bcd77 commit 29fa7c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ Also you can change visible cards count in desk with koloda_max_visible_cards at
/>
```

Kolod has reloadPreviousCard() method which reload previous card
Koloda has reloadPreviousCard() method which reload previous card
```Kotlin
koloda.reloadPreviousCard()
```

Kolod has reloadAdapterData() method which reload all data(Start show data from the beginning)
Koloda has reloadAdapterData() method which reload all data(Start show data from the beginning)
```Kotlin
koloda.reloadAdapterData()
```
Expand Down

0 comments on commit 29fa7c6

Please sign in to comment.