We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044f799 commit bc35b28Copy full SHA for bc35b28
Android/BarcodeScanner/README.md
@@ -7,10 +7,9 @@ If the user doesn't have the app install they will be promped to install it the
7
8
1. To install the plugin, move barcodescanner.js to your project's www folder and include a reference to it
9
in your html files.
10
-2. Create a folder called 'src/com/beetight/barcodescanner' within your project's src/com/ folder and move the java file into it.
+2. Create a folder called 'src/com/beetight/barcodescanner' within your project's src/com/ folder.
11
12
`mkdir <your_project>/src/com/beetight/barcodescanner`
13
-
14
3. and copy the java file into that new folder
15
16
`cp ./BarcodeScanner.java <your_project>/src/com/beetight/barcodescanner`
0 commit comments