updated path directions for Java file

This commit is contained in:
Rob Chohan
2010-11-30 21:59:11 -08:00
parent e492ef061f
commit efb8615b4e

View File

@@ -7,7 +7,10 @@ If the user doesn't have the app install they will be promped to install it the
1. To install the plugin, move barcodescanner.js to your project's www folder and include a reference to it
in your html files.
2. Create a folder called "beetight" 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 and move the java file into it.
mkdir <your_project>/src/com/beetight/barcodescanner
mv ./BarcodeScanner.java <your_project>/src/com/beetight/barcodescanner
## Using the plugin ##
The plugin creates the object `window.plugins.barcodeScanner` with one method `scan(types, success, fail, options)`