Skip to content

Commit

Permalink
Update npm module references to jsqr
Browse files Browse the repository at this point in the history
  • Loading branch information
cozmo committed Dec 11, 2015
1 parent e706686 commit af091f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jsQR is a fully featured port of the QR code portions of the zxing library, with
#### NodeJS

```
npm install jsQR --save
npm install jsqr --save
```

```javascript
jsqr = require("jsQR");
jsQR = require("jsqr");
```

#### Browser
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "js-qr",
"name": "jsqr",
"version": "0.1.0",
"description": "QR code detection, extraction, decoding and parsing written as pure JS port of the ZXing library.",
"repository": "https://github.com/cozmo/js-qr",
"main": "./dist/js-qr.js",
"repository": "https://github.com/cozmo/jsQR",
"main": "./dist/jsQR.js",
"contributors": [
{
"name": "Cosmo Wolfe",
Expand Down

0 comments on commit af091f6

Please sign in to comment.