From 172693879abb312b198b5a97592156bedb0a6ffb Mon Sep 17 00:00:00 2001 From: Artem Denysov Date: Tue, 7 Mar 2017 13:45:41 +0200 Subject: [PATCH] update link to importScripts option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff57d25..b7a4cef 100644 --- a/README.md +++ b/README.md @@ -557,7 +557,7 @@ _Default_: `{}` The path to the ([lo-dash](https://lodash.com/docs#template)) template used to generate `service-worker.js`. If you need to add additional functionality to the generated service worker code, it's recommended that you use the -[`importScripts`](#importscripts) option to include extra JavaScript rather than +[`importScripts`](#importscripts-arraystring) option to include extra JavaScript rather than using a different template. But if you do need to change the basic generated service worker code, please make a copy of the [original template](https://github.com/googlechrome/sw-precache/blob/master/service-worker.tmpl), modify it locally, and use this option to point to your template file.