Skip to content

Commit

Permalink
Syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleavely committed Dec 10, 2019
1 parent a74a724 commit 8115efa
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 @@ -43,7 +43,7 @@ bark( '015730033004265615171019' )

If you are going to scan simple barcodes too (e.g. UPC-A, EAN-13, ITF-14, etc.) you can set the `assumeGtin` option to convert shorter barcodes (11-14 digits) into GS1-128 codes with a GTIN AI:

```
```javascript
const bark = require('bark-js')

bark( '09002490100094', { assumeGtin: true } )
Expand Down

0 comments on commit 8115efa

Please sign in to comment.