Skip to content

Commit

Permalink
Fixed broken images
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell authored May 25, 2018
1 parent 965224c commit e84054e
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 @@ -67,7 +67,7 @@ $("#barcode").JsBarcode("Hi!");
````

##### Result:
![Result](http://imgh.us/test_208.svg)
![Result](https://s3-eu-west-1.amazonaws.com/js-barcode/barcodes/simple.svg)


#### Example with options:
Expand All @@ -81,7 +81,7 @@ JsBarcode("#barcode", "1234", {
});
````
##### Result:
![Result](http://imgh.us/pharmacode.svg)
![Result](https://s3-eu-west-1.amazonaws.com/js-barcode/barcodes/advanced.svg)


#### More advanced use case:
Expand All @@ -94,7 +94,7 @@ JsBarcode("#barcode")
.render();
````
##### Result:
![Result](http://i.imgur.com/pp2lvYe.png)
![Result](https://s3-eu-west-1.amazonaws.com/js-barcode/barcodes/simple.svg)



Expand All @@ -115,7 +115,7 @@ JsBarcode(".barcode").init();
````

##### Result:
![Result](http://imgh.us/upc.svg)
![Result](https://s3-eu-west-1.amazonaws.com/js-barcode/barcodes/init.svg)



Expand Down

0 comments on commit e84054e

Please sign in to comment.