Skip to content

Commit

Permalink
Improved formatting of markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
theel0ja authored Oct 7, 2017
1 parent 7aeb7d9 commit 695f128
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ JsBarcode(".barcode").init();

#### Retrieve the barcode values so you can render it any way you'd like
Pass in an object which will be filled with data.
```
```javascript
const data = {};
JsBarcode(data, 'text', {...options});
```
Expand Down Expand Up @@ -159,17 +159,17 @@ You are done! Go generate some barcodes :smile:
Bower and npm:
----
You can also use [Bower](http://bower.io) or [npm](https://www.npmjs.com) to install and manage the library.
````
````bash
bower install jsbarcode --save
````
````
````bash
npm install jsbarcode --save
````

Node.js:
----
#### Install with npm:
````
````bash
npm install jsbarcode
npm install canvas
````
Expand Down

0 comments on commit 695f128

Please sign in to comment.