1
0
Aidan Follestad 5 жил өмнө
parent
commit
9ddbda4e78
1 өөрчлөгдсөн 15 нэмэгдсэн , 15 устгасан
  1. 15 15
      README.md

+ 15 - 15
README.md

@@ -101,36 +101,36 @@ dependencies {
 }
 ```
 
-## Lifecycle
+## Bottom Sheets
 
-[ ![Lifecycle](https://img.shields.io/bintray/v/drummer-aidan/maven/material-dialogs:lifecycle.svg?label=lifecycle) ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Alifecycle/_latestVersion)
+[ ![Lifecycle](https://img.shields.io/bintray/v/drummer-aidan/maven/material-dialogs:bottomsheets.svg?label=bottomsheets) ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Abottomsheets/_latestVersion)
 
-#### [Lifecycle Tutorial and Samples](documentation/LIFECYCLE.md)
+#### [Bottom Sheets Tutorial and Samples](documentation/BOTTOMSHEETS.md)
 
-The `lifecycle` module contains extensions to make dialogs work with AndroidX lifecycles.
+The `bottomsheets` module contains extensions to turn modal dialogs into bottom sheets, among 
+other functionality like showing a grid of items. Be sure to checkout the sample project for this,
+too!
+
+<img src="https://raw.githubusercontent.com/afollestad/material-dialogs/master/art/bottomsheet_customview.png" width="200px" />
 
 ```gradle
 dependencies {
   ...
-  implementation 'com.afollestad.material-dialogs:lifecycle:3.0.0-alpha2'
+  implementation 'com.afollestad.material-dialogs:bottomsheets:3.0.0-alpha2'
 }
 ```
 
-## Bottom Sheets
-
-[ ![Lifecycle](https://img.shields.io/bintray/v/drummer-aidan/maven/material-dialogs:bottomsheets.svg?label=bottomsheets) ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Abottomsheets/_latestVersion)
+## Lifecycle
 
-#### [Bottom Sheets Tutorial and Samples](documentation/BOTTOMSHEETS.md)
+[ ![Lifecycle](https://img.shields.io/bintray/v/drummer-aidan/maven/material-dialogs:lifecycle.svg?label=lifecycle) ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Alifecycle/_latestVersion)
 
-The `bottomsheets` module contains extensions to turn modal dialogs into bottom sheets, among 
-other functionality like showing a grid of items. Be sure to checkout the sample project for this,
-too!
+#### [Lifecycle Tutorial and Samples](documentation/LIFECYCLE.md)
 
-<img src="https://raw.githubusercontent.com/afollestad/material-dialogs/master/art/bottomsheet_customview.png" width="200px" />
+The `lifecycle` module contains extensions to make dialogs work with AndroidX lifecycles.
 
 ```gradle
 dependencies {
   ...
-  implementation 'com.afollestad.material-dialogs:bottomsheets:3.0.0-alpha2'
+  implementation 'com.afollestad.material-dialogs:lifecycle:3.0.0-alpha2'
 }
-```
+```