Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kal72 authored Sep 27, 2017
1 parent 461afe2 commit cb448b4
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 @@ -68,7 +68,7 @@ adding .setLocale(Locale.ENGLISH) to change language.

Once the dialog is shown, you can dismiss it:
```java
RackMonthPicker rackMonthPicker RackMonthPicker(this)
RackMonthPicker rackMonthPicker = new RackMonthPicker(this)
.......
.show();

Expand Down

0 comments on commit cb448b4

Please sign in to comment.