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 93ce272 commit 8704384Copy full SHA for 8704384
README.md
@@ -5,10 +5,10 @@ This is a simple bundle for the OCR library OCRAD.js (See Original README below)
5
**Usage**
6
```javascript
7
"use strict";
8
-var OCRAD = require("ocrad-browser.js");
+var OCRAD = require("ocradjs-browser.js");
9
...
10
new webpack.ProvidePlugin({
11
- OCRAD : "ocrad-browser.js"
+ OCRAD : "ocradjs-browser.js"
12
}),
13
```
14
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "ocrad.js",
+ "name": "ocradjs-browser.js",
3
"version": "1.0.0",
4
"description": "",
"main": "ocrad-browser.js",
0 commit comments