From 0119968477b77f92671372ebe42f1bfb35b51f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B0=D0=BC=D0=BF=D1=83=D1=88=D0=B0?= Date: Thu, 18 Dec 2014 12:13:37 +0300 Subject: [PATCH] Update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index add2650..6ceca07 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,9 @@ function(error) { /* error */ console.log(error); }); ``` -> **Important!** First value of first parameter of _start_ method can be either a string or an array. And the array must contain two parameters. +> **Important!** First value of first parameter of _start_ method can be either a string or an array. And the array must contain two parameters. Example: +> +> ["com.app.name", [....]] or [["com.app.name", "com.app.name.Activity"] [....]] _Start application with only values_