Skip to content

Commit

Permalink
[Readme] Browser example remove version
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Oct 3, 2021
1 parent 8e97c82 commit f24cd2b
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 @@ -126,7 +126,7 @@ import { mm2pt } from "swissqrbill/lib/node/esm/shared/utils.js"; // ESM. Tree-s
For the browser it is a bit more complicated. The easiest way would be to include the pre-bundled version.

```html
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/swissqrbill@3.0.0/lib/browser/bundle/index.min.js" />
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/swissqrbill/lib/browser/bundle/index.min.js" />
```
You can also import the bundle directly, if you are using a bundler like webpack.
Expand Down

0 comments on commit f24cd2b

Please sign in to comment.