Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lindell/JsBarcode
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed May 16, 2016
2 parents bd316ce + e51f832 commit e33052e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $("#barcode").JsBarcode("Hi!");
````

##### Result:
![Result](http://i.imgur.com/TIp2tk5.png)
![Result](http://imgh.us/test_208.svg)


#### Example with options:
Expand All @@ -68,7 +68,7 @@ JsBarcode("#barcode", "1234", {
});
````
##### Result:
![Result](http://i.imgur.com/Y2IrjUi.png)
![Result](http://imgh.us/pharmacode.svg)


#### More advanced use case:
Expand Down Expand Up @@ -102,7 +102,7 @@ JsBarcode(".barcode").init();
````

##### Result:
![Result](http://i.imgur.com/bcG4meD.png)
![Result](http://imgh.us/upc.svg)


Setup for browsers:
Expand Down

0 comments on commit e33052e

Please sign in to comment.