Update README.md

This commit is contained in:
Vitor Gomes 2014-07-10 15:50:39 -03:00
parent 543515bb3c
commit 75428471af

View File

@ -46,4 +46,17 @@ navigator.startApp.start([
function(error) { /* error */
console.log('47', error);
});
```
```
**Start application in iOS**
```js
navigator.startApp.start("twitter://", function(message) { /* success */
console.log(message); // => OK
},
function(error) { /* error */
console.log('47', error);
});
```