diff --git a/README.md b/README.md index 5e3010e..b94b3e5 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,25 @@ Add this extension to your Magento installation with Composer: ## Usage +### Configuration + The Service Worker is configured and enabled by default. However, Service Workers require the site to run on HTTPS. Features can be customised in *Stores > Configuration > General > Web > Service Worker Settings*. +### Adding more logic + +If the base service worker file doesn't fit all of your needs you can easily add more logic using the layout system, targeting the `serviceworker_index_js` handle: + + + + + + + + + + ## FAQ ### Why do page assets not appear to be cached when Magento is in default/developer mode?