Pārlūkot izejas kodu

Merge pull request #675 from Ph1b/patch-1

Fixed wrong code example
Aidan Follestad 9 gadi atpakaļ
vecāks
revīzija
63e7457e82
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -1019,7 +1019,7 @@ If you don't want the dialog to automatically be dismissed when an action button
 the user selects a list item:
 
 ```java
-MaterialDialog dialog new MaterialDialog.Builder(this)
+MaterialDialog dialog = new MaterialDialog.Builder(this)
         // ... other initialization
         .autoDismiss(false)
         .show();