diff --git a/README.md b/README.md index 033f201..c1353c0 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,10 @@ function(error) { /* error */ ```js navigator.startApp.start([ - 'com.teaway.teamenu', // applucation - 'com.teaway.teamenu.MainActivity', // activity - 'product_id', // key - '102' // value + "com.example.hello", // applucation + "com.example.hello.MainActivity", // activity + "product_id", // key + "100" // value ], function(message) { /* success */ console.log(message); // => OK }, diff --git a/docs/startapp.md b/docs/startapp.md index 033f201..c1353c0 100644 --- a/docs/startapp.md +++ b/docs/startapp.md @@ -36,10 +36,10 @@ function(error) { /* error */ ```js navigator.startApp.start([ - 'com.teaway.teamenu', // applucation - 'com.teaway.teamenu.MainActivity', // activity - 'product_id', // key - '102' // value + "com.example.hello", // applucation + "com.example.hello.MainActivity", // activity + "product_id", // key + "100" // value ], function(message) { /* success */ console.log(message); // => OK },