diff --git a/README.md b/README.md index 94e7fa2c..d8ea471d 100644 --- a/README.md +++ b/README.md @@ -509,7 +509,7 @@ function createMenu(config) { cancellable: true }, config); - // config now equals: {title: "Foo", body: "Bar", buttonText: "Baz", cancellable: true} + // config now equals: {title: "Order", body: "Bar", buttonText: "Send", cancellable: true} // ... }