Skip to content

Commit

Permalink
modified CorrectLevel name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidshimjs committed Dec 26, 2012
1 parent e914fc9 commit 6202ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var qrcode = new QRCode("test", {
height: 128,
colorDark : "#000000",
colorLight : "#ffffff",
correctLevel : QRErrorCorrectLevel.H
correctLevel : QRCode.CorrectLevel.H
});
```

Expand Down

0 comments on commit 6202ee3

Please sign in to comment.