From 30780224920fe3effcd29497e643897fdaae0424 Mon Sep 17 00:00:00 2001 From: lampaa Date: Mon, 7 Dec 2015 17:26:27 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6716b7a..aba3ce0 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ navigator.startApp.start([["action", "SEND", "com.whatsapp", "text/plain"], [{"a ``` Example, call whatsapp chat: ```js -navigator.startApp.start([["action", "SEND", "com.whatsapp", "text/plain", "+79123456789"], [{"android.intent.extra.TEXT":"Text..."}, {"chat", true}]], ...); +navigator.startApp.start([["action", "SEND", "com.whatsapp", "text/plain", "+79123456789"], [{"android.intent.extra.TEXT":"Text..."}, {"chat": true}]], ...); ```