This commit is contained in:
Cadey Ratio 2019-01-26 11:28:39 -08:00
parent 2fb0a52894
commit 38a461727b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ In this post, well show you how to convert your existing website into a progr
* Adding it to your base HTML template
* Creating the [service worker](https://developers.google.com/web/fundamentals/primers/service-workers/)
* Serving the service worker on the root of the scope you used in the manifest
* Adding a <script> block to your base HTML template to load the service worker
* Adding a `<script>` block to your base HTML template to load the service worker
* Deploying
* Using Your Progressive Web App