diff --git a/README.md b/README.md index ed316c0..aa01d44 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ Try out the following values for option (taken from [examples/ExampleApp/dialogD "Facebook" ], "title": "Social Networks", + "positiveText": "Choose", itemsCallbackMultiChoice: (id, text) => ToastAndroid.show(id + ": " + text, ToastAndroid.SHORT); } ```