From 64b771fa89e5437d316f23d166cedfdd254cc4fc Mon Sep 17 00:00:00 2001 From: Acidio Alan Date: Fri, 6 Jan 2017 11:45:17 -0200 Subject: [PATCH] Adjusted the commentthat show the result --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17e17fcd..58c29687 100644 --- a/README.md +++ b/README.md @@ -508,7 +508,7 @@ function createMenu(config) { cancellable: true }, config); - // config now equals: {title: "Order", body: "Bar", buttonText: "Send", cancellable: true} + // config now equals: {title: "Foo", body: "Bar", buttonText: "Baz", cancellable: true} // ... }