Skip to content

Commit 8704384

Browse files
Fixes Usage
1 parent 93ce272 commit 8704384

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ This is a simple bundle for the OCR library OCRAD.js (See Original README below)
55
**Usage**
66
```javascript
77
"use strict";
8-
var OCRAD = require("ocrad-browser.js");
8+
var OCRAD = require("ocradjs-browser.js");
99
...
1010
new webpack.ProvidePlugin({
11-
OCRAD : "ocrad-browser.js"
11+
OCRAD : "ocradjs-browser.js"
1212
}),
1313
```
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ocrad.js",
2+
"name": "ocradjs-browser.js",
33
"version": "1.0.0",
44
"description": "",
55
"main": "ocrad-browser.js",

0 commit comments

Comments
 (0)