diff --git a/README.md b/README.md index 7d569fb..16387f9 100644 --- a/README.md +++ b/README.md @@ -5,48 +5,52 @@ Sticky header and footer for android ScrollView. ### Install -Add jitpack to your root `build.gradle` -``` - allprojects { - repositories { - ... - maven { url "https://jitpack.io" } - } +Add jitpack to your root's `build.gradle` +```groovy +allprojects { + repositories { + maven { url "https://jitpack.io" } } +} ``` Add the dependency ```groovy - dependencies { - implementation 'com.github.amarjain07:StickyScrollView:' - } +dependencies { + implementation 'com.github.amarjain07:StickyScrollView:' +} ``` ### Usage ```xml - - + + + + ... + + - - ... - - - ... - + ... - + + ``` ### Demo