Skip to content

Commit

Permalink
update latest release to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Fung committed Sep 30, 2023
1 parent 2d9966f commit 96cd511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ This should be a quick drop-in library into your mobile website.
```html
<head>
...
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/philfung/add-to-homescreen@master/dist/add-to-homescreen.min.css">
<script src="https://cdn.jsdelivr.net/gh/philfung/add-to-homescreen@master/dist/add-to-homescreen.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/philfung/add-to-homescreen@1.1/dist/add-to-homescreen.min.css">
<script src="https://cdn.jsdelivr.net/gh/philfung/add-to-homescreen@1.1/dist/add-to-homescreen.min.js"></script>
...
</head>
```
Expand Down

0 comments on commit 96cd511

Please sign in to comment.