Skip to content

Commit 0265815

Browse files
authored
Update README.md
1 parent 0173c4d commit 0265815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A simple library to help developers create alert dialogs
2424

2525
# :fast_forward: Quick use
2626
```kotlin
27-
val dialog = DialogAlerter(this, DialogAlerter.TYPE_LOADING)
27+
val dialog = Dialoger(this, Dialoger.TYPE_LOADING)
2828
.setTitle("This is a loading alert...")
2929
.setText("This might take a while...")
3030
.setProgressBarColor("#7acf19")
@@ -35,7 +35,7 @@ A simple library to help developers create alert dialogs
3535
handler.postDelayed({
3636
dialog.dismiss()
3737

38-
DialogAlerter(this, DialogAlerter.TYPE_SUCCESS)
38+
Dialoger(this, Dialoger.TYPE_SUCCESS)
3939
.setTitle("New Dialog!")
4040
.setText("This was an amazing success!")
4141
.setButtonText("ALLONS-Y!")

0 commit comments

Comments
 (0)