Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Add auto-register to the inline examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Jun 26, 2015
1 parent 34188bf commit 8ad1595
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion platinum-sw-cache.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* `<platinum-sw-cache>` needs to be a child element of `<platinum-sw-register>`.
* A simple, yet useful configuration is
*
* <platinum-sw-register>
* <platinum-sw-register auto-register>
* <platinum-sw-cache></platinum-sw-cache>
* </platinum-sw-register>
*
Expand Down
2 changes: 1 addition & 1 deletion platinum-sw-fetch.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*
* An example configuration is:
*
* <platinum-sw-register>
* <platinum-sw-register auto-register>
* <platinum-sw-import-script href="custom-fetch-handler.js"></platinum-sw-import-script>
* <platinum-sw-fetch handler="customFetchHandler"
* path="/(.*)/customFetch"></platinum-sw-fetch>
Expand Down
2 changes: 1 addition & 1 deletion platinum-sw-import-script.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* A common use case is to define a custom request handler for a `fetch` event, but it can be used
* for any type of code that you want to be executed by the service worker.
*
* <platinum-sw-register>
* <platinum-sw-register auto-register>
* <platinum-sw-import-script href="custom-fetch-handler.js"></platinum-sw-import-script>
* <platinum-sw-fetch handler="customFetchHandler"
* path="/(.*)/customFetch"></platinum-sw-fetch>
Expand Down

0 comments on commit 8ad1595

Please sign in to comment.