Skip to content

Commit 841ac9b

Browse files
committed
update README.md
1 parent 3e75160 commit 841ac9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![Language](https://img.shields.io/github/languages/top/cortinico/kotlin-android-template?color=blue&logo=kotlin)
2-
![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.karumi/headerrecyclerview/badge.svg) (https://maven-badges.herokuapp.com/maven-central/com.karumi/headerrecyclerview)
2+
![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.karumi/headerrecyclerview/badge.svg)
33
# OverScroll
44
==================
55

@@ -16,7 +16,7 @@ Usage
1616
To use ``HeaderRecyclerView`` in your application follow those steps:
1717

1818
* 1 - Add mavenCentral() to repositories block in the gradle file.
19-
* 2 - Add `implementation 'com.github.dualbit:overscroll:1.0.0` to the dependencies.
19+
* 2 - Add `implementation("com.github.dualbit:overscroll:1.0.")` to the dependencies.
2020
* 3 - Create a normal ``RecyclerView`` and ``RecyclerView.Adapter`` .
2121
* 4 - Call the extension function ``addOverScrollEdge``. Provide the required ``LifecycleCoroutineScope`` parameter and remember not to configure the ``LayoutManager`` instance on your ``RecyclerView``.
2222

0 commit comments

Comments
 (0)