diff --git a/docs/plugins/dynamsoft-barcode-scanner/README.md b/docs/plugins/dynamsoft-barcode-scanner/README.md index eb11a0731..166ea0124 100755 --- a/docs/plugins/dynamsoft-barcode-scanner/README.md +++ b/docs/plugins/dynamsoft-barcode-scanner/README.md @@ -1,7 +1,7 @@ -# Dynamsoft Barcode Scanner +# dynamsoft-barcode-scanner ``` -$ ionic cordova plugin add cordova-plugin-dynamsoft-barcode-reader +$ '' $ npm install @awesome-cordova-plugins/dynamsoft-barcode-scanner ``` @@ -9,12 +9,12 @@ $ npm install @awesome-cordova-plugins/dynamsoft-barcode-scanner Plugin Repo: [https://github.com/xulihang/cordova-plugin-dynamsoft-barcode-reader](https://github.com/xulihang/cordova-plugin-dynamsoft-barcode-reader) -The Dynamsoft Barcode Scanner Plugin can read barcodes from images as well as camera previews. +This plugin scans barcodes using Dynamsoft Barcode Reader ## Supported platforms - Android -- iOS + - iOS diff --git a/docs/plugins/firebase-analytics/README.md b/docs/plugins/firebase-analytics/README.md index aa7388abe..b8144a09a 100644 --- a/docs/plugins/firebase-analytics/README.md +++ b/docs/plugins/firebase-analytics/README.md @@ -23,7 +23,7 @@ Go to firebase console and export google-services.json and GoogleService-Info.pl NOTE: on iOS in order to collect demographic, age, gender data etc. you should additionally include AdSupport.framework into your project. ## Using capacitor? -For Android you'll have to add in __android/app/src/main/AndroidManfiest.xml__ under `` +For Android you'll have to add in __android/app/src/main/AndroidManifest.xml__ under `` ```