Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
philfung authored Nov 9, 2024
1 parent ba1c2e5 commit ac8ebfd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ This should be a quick drop-in library into your website.
...
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/philfung/add-to-homescreen@2.4/dist/add-to-homescreen.min.css"
href="https://cdn.jsdelivr.net/gh/philfung/add-to-homescreen@2.5/dist/add-to-homescreen.min.css"
/>
<script src="https://cdn.jsdelivr.net/gh/philfung/add-to-homescreen@2.4/dist/add-to-homescreen.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/philfung/add-to-homescreen@2.5/dist/add-to-homescreen.min.js"></script>
...
</head>
```
Expand All @@ -97,9 +97,9 @@ This should be a quick drop-in library into your website.
...
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/philfung/add-to-homescreen@2.4/dist/add-to-homescreen.min.css"
href="https://cdn.jsdelivr.net/gh/philfung/add-to-homescreen@2.5/dist/add-to-homescreen.min.css"
/>
<script src="https://cdn.jsdelivr.net/gh/philfung/add-to-homescreen@2.4/dist/add-to-homescreen_es.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/philfung/add-to-homescreen@2.5/dist/add-to-homescreen_es.min.js"></script>
...
</head>
```
Expand All @@ -120,7 +120,7 @@ This should be a quick drop-in library into your website.
// Optional. Default 'standalone'
appIconUrl: 'apple-touch-icon.png', // App icon link (square, at least 40 x 40 pixels).
// Required.
assetUrl: 'https://cdn.jsdelivr.net/gh/philfung/add-to-homescreen@2.4/dist/assets/img/', // Link to directory of library image assets.
assetUrl: 'https://cdn.jsdelivr.net/gh/philfung/add-to-homescreen@2.5/dist/assets/img/', // Link to directory of library image assets.

maxModalDisplayCount: -1 // If set, the modal will only show this many times.
// Optional. Default: -1 (no limit). (Debugging: Use this.clearModalDisplayCount() to reset the count)
Expand Down

0 comments on commit ac8ebfd

Please sign in to comment.