Browse Source

Update README.md

Aidan Follestad 10 years ago
parent
commit
bfed382d67
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -8,9 +8,9 @@ The code you see below is also found in the sample project. You can download a A
 
 ###### Version 0.2.0
 
-> Action buttons must be explicitly shown by setting text to them. The buttons will be hidden in any dialog type if no text is passed for them. This also allows you to display neutral or negative action buttons individually without relying on positive text. 
-> List dialogs now use CharSequence arrays rather than String arrays.
-> Other bug fixes are included.
+> 1. Action buttons must be explicitly shown by setting text to them. The buttons will be hidden in any dialog type if no text is passed for them. This also allows you to display neutral or negative action buttons individually without relying on positive text. 
+> 2. List dialogs now use CharSequence arrays rather than String arrays.
+> 3. Other bug fixes are included.
 
 ---