Update readme

This commit is contained in:
Лампуша 2014-12-18 12:13:37 +03:00
parent aa5f9bd296
commit 0119968477

View File

@ -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_