Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
philfung authored Oct 3, 2023
1 parent f414779 commit c5da258
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@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>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/philfung/add-to-homescreen@1.2/dist/add-to-homescreen.min.css">
<script src="https://cdn.jsdelivr.net/gh/philfung/add-to-homescreen@1.2/dist/add-to-homescreen.min.js"></script>
...
</head>
```
Expand Down

0 comments on commit c5da258

Please sign in to comment.