Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ocetin00 authored Feb 11, 2023
1 parent b5adf2c commit 6b7723e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add the dependency below to your **module**'s `build.gradle` file:

```gradle
dependencies {
implementation "com.github.ocetin00:PageIndicator:Tag"
implementation "com.github.ocetin00:PageIndicator:1.0"
}
```

Expand All @@ -27,7 +27,7 @@ dependencies {


```kotlin
@OptIn(ExperimentalMaterial3Api::class)
@OptIn(ExperimentalMaterial3Api::class)
@Preview
@Composable
fun PageIndicatorPreview(
Expand Down Expand Up @@ -66,7 +66,7 @@ fun PageIndicatorPreview(

}
```
<img src="https://github.com/ocetin00/temp/blob/main/ezgif.com-video-to-gif.gif" width="200"/>
<img src="https://github.com/ocetin00/temp/blob/main/WhatsApp%20Image%202023-02-11%20at%2016.49.47.jpeg" width="200"/>



Expand Down

0 comments on commit 6b7723e

Please sign in to comment.