From 2ed8253e3342a3b09fd2a0c90c538e4387c479f3 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 17 Aug 2024 08:27:49 +0200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index dfde64d..5329e0b 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ The integration accepts path to your own authored [service worker](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API) and automatically injects dynamic variables such as `__assets` generated by Astro for caching. The goal is to let devs retain the flexibility for various [caching strategies](https://developer.chrome.com/docs/workbox/caching-strategies-overview/). -Other integrations exist which will generate a service worker for you, but [there are good reasons](https://developer.chrome.com/docs/workbox/modules/workbox-build#when_not_to_use_generatesw) to avoid this. - ## Installation In your [Astro](https://astro.build) project: