From 9c76d5dc769b86b74e5bcbeeb18d80393fd9333e Mon Sep 17 00:00:00 2001 From: Toshihide Tagami Date: Sat, 1 Jun 2019 12:00:31 +0800 Subject: [PATCH] Fix readme: remove duplicate lines --- doc/readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/readme.md b/doc/readme.md index 8ee5e2240..eb9564b79 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -83,8 +83,6 @@ Certain commands have options (`platformOpts`) that are specific to a particular cd myApp # Add camera plugin to the project and remember that in config.xml & package.json. cordova plugin add cordova-plugin-camera - # Add camera plugin to the project and remember that in config.xml and package.json. - cordova plugin add cordova-plugin-camera # Add android platform to the project and remember that in config.xml & package.json. cordova platform add android # Check to see if your system is configured for building android platform.