diff options
| author | Christine Dodrill <me@christine.website> | 2019-01-26 11:28:39 -0800 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-01-26 11:28:39 -0800 |
| commit | 38a461727b0b85e1809ec85b6bb812e63fc82400 (patch) | |
| tree | 47f2f097bc8dd838f1690c828ccc9f5a5472992a | |
| parent | 2fb0a52894bee169ce081fbc8752152d8d668ed8 (diff) | |
| download | xesite-38a461727b0b85e1809ec85b6bb812e63fc82400.tar.xz xesite-38a461727b0b85e1809ec85b6bb812e63fc82400.zip | |
oops
| -rw-r--r-- | blog/progressive-webapp-conversion-2019-01-26.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/progressive-webapp-conversion-2019-01-26.md b/blog/progressive-webapp-conversion-2019-01-26.md index d21255b..c2934c0 100644 --- a/blog/progressive-webapp-conversion-2019-01-26.md +++ b/blog/progressive-webapp-conversion-2019-01-26.md @@ -19,7 +19,7 @@ In this post, we’ll 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 |
