Skip to content

Commit

Permalink
[4.0.2] Minor fix to the jsdelivr link
Browse files Browse the repository at this point in the history
  • Loading branch information
g0dkar committed Nov 6, 2023
1 parent 2c85715 commit b2e5a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ npm install qrcode-kotlin@4.0.2
**Browser:**

```html
<script src="https://cdn.jsdelivr.net/gh/g0dkar/qrcode-kotlin@4.0.2/release/qrcodeKotlin.min.js" type="application/javascript"></script>
<script src="https://cdn.jsdelivr.net/gh/g0dkar/qrcode-kotlin@main/release/qrcodeKotlin.min.js" type="application/javascript"></script>
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion README.pt-br.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ npm install qrcode-kotlin@4.0.2
**Browser:**

```html
<script src="https://cdn.jsdelivr.net/gh/g0dkar/qrcode-kotlin@4.0.2/release/qrcodeKotlin.min.js" type="application/javascript"></script>
<script src="https://cdn.jsdelivr.net/gh/g0dkar/qrcode-kotlin@main/release/qrcodeKotlin.min.js" type="application/javascript"></script>
```

## Uso
Expand Down

0 comments on commit b2e5a76

Please sign in to comment.