Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersantos committed Jun 14, 2016
1 parent 80b0c89 commit 60c575e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dialog.show();
.onPositive(new BottomDialog.ButtonCallback() {
@Override
public void onClick(BottomDialog dialog) {
Log.d("MaterialStyledDialogs", "Do something!");
Log.d("BottomDialogs", "Do something!");
}
})
//.setNegativeText(...)
Expand Down

0 comments on commit 60c575e

Please sign in to comment.