Explorar el Código

README Update

Aidan Follestad hace 10 años
padre
commit
e8493ea005
Se han modificado 1 ficheros con 6 adiciones y 3 borrados
  1. 6 3
      README.md

+ 6 - 3
README.md

@@ -83,7 +83,8 @@ repositories {
 
 ### Core
 
-Contains all the major classes of this library, including `MaterialDialog` and `AlertDialogWrapper`.
+The *core* module contains all the major classes of this library, including `MaterialDialog` and `AlertDialogWrapper`.
+You can create basic, list, single/multi choice, progress, input, etc. dialogs with core.
 
 ```gradle
 dependencies {
@@ -93,8 +94,8 @@ dependencies {
 
 ### Commons
 
-Contains extensions to the library that not everyone may need. This includes the `ColorChooserDialog`,
-the Material `Preference` classes, and `MaterialSimpleListAdapter`/`MaterialSimpleListItem`.
+The *commons* module contains extensions to the library that not everyone may need. This includes the
+`ColorChooserDialog`, the Material `Preference` classes, and `MaterialSimpleListAdapter`/`MaterialSimpleListItem`.
 
 ```gradle
 dependencies {
@@ -102,6 +103,8 @@ dependencies {
 }
 ```
 
+It's likely that new extensions will be added to commons later.
+
 ---
 
 # What's New