From 7ba7b91ac6fa42958eafce6383b40395df23c3cf Mon Sep 17 00:00:00 2001 From: Philip Fung Date: Sat, 30 Sep 2023 07:17:38 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db2daf2..18361a7 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ This should be a quick drop-in library into your mobile website. { appName: 'Aardvark', // Name of the app appIcon: 'apple-touch-icon.png', // App icon link (square, at least 40 x 40 pixels) - assetUrl: 'https://cdn.jsdelivr.net/gh/philfung/add-to-homescreen@master/dist/assets/img/', // Link to directory of library image assets + assetUrl: 'https://cdn.jsdelivr.net/gh/philfung/add-to-homescreen@1.1/dist/assets/img/', // Link to directory of library image assets showErrorMessageForUnsupportedBrowsers: true, // Should we prompt users on non-compliant browsers (like IOS Firefox) to switch to compliant one (like Safari) Default: true. allowUserToCloseModal: false // Allow user to close the 'Add to Homescreen' message? Not allowing will increase installs. Default: false. }