Skip to content

Commit cd2af45

Browse files
authored
Update README.md
1 parent 292b41a commit cd2af45

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@
1111
<img src="https://user-images.githubusercontent.com/7759511/176542504-8267c132-75b8-433f-b0bd-850fa8242377.png">
1212
</p>
1313

14-
# Gradle
14+
# Get Started
15+
## Gradle
1516
```gradle
1617
// module's build.gradle
1718
dependencies {
1819
implementation "com.holix.android:bottomsheetdialog-compose:1.0.1"
1920
}
2021
```
21-
# Usage
22+
## Usage
2223
```kotlin
2324
@Composable
2425
fun YourComposable() {
@@ -45,6 +46,8 @@ fun YourComposable() {
4546
}
4647

4748
```
49+
## Additional Information
50+
- This library depends on [material-components-android(BottomSheetDialog)](https://github.com/material-components/material-components-android/blob/master/lib/java/com/google/android/material/bottomsheet/BottomSheetDialog.java).
4851

4952
# License
5053
```

0 commit comments

Comments
 (0)