瀏覽代碼

README Update

Aidan Follestad 10 年之前
父節點
當前提交
e8493ea005
共有 1 個文件被更改,包括 6 次插入3 次删除
  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