Skip to content

Commit

Permalink
Updated README.md and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
yushulx committed Jul 15, 2020
1 parent 24fc0d7 commit 23e0c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ node-gyp build
- decodeFileStreamAsync(fileStream, fileSize, barcodeTypes, callback, template)
- decodeBase64Async(base64, barcodeTypes, callback, template)
- decodeYUYVAsync(buffer, width, height, barcodeTypes, callback, template)
- decodeBuffer(buffer, width, height, stride, barcodeTypes, callback, template)
- decodeBufferAsync(buffer, width, height, stride, barcodeTypes, callback, template, maxBufferLength)
Template is an advanced usage. By default, you just need to set template "".
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barcode4nodejs",
"version": "1.0.0",
"version": "1.0.1",
"description": "Dynamsoft Barcode Reader nodejs bindings with JavaScript.",
"keywords": [
"barcode",
Expand Down

0 comments on commit 23e0c40

Please sign in to comment.