diff --git a/README.md b/README.md index 95da298..d3a4b92 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ [![Package information: NPM version](https://img.shields.io/npm/v/@ayco/astro-sw)](https://www.npmjs.com/package/@ayco/astro-sw) [![Package information: NPM license](https://img.shields.io/npm/l/@ayco/astro-sw)](https://www.npmjs.com/package/@ayco/astro-sw) -[![Bundle Size](https://img.shields.io/bundlephobia/minzip/@ayco/astro-sw)](#library-size) + +Use your own authored service worker with Astro. The integration accepts the 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. diff --git a/package.json b/package.json index 6fc0d83..daf9346 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ayco/astro-sw", "version": "0.8.5", - "description": "Simple Astro integration to use your own authored service worker", + "description": "Use your own authored service worker with Astro", "homepage": "https://github.com/ayoayco/astro-sw", "repository": { "type": "git",