From 7de664c451a4b2907b2f7dd52f93458308a489c6 Mon Sep 17 00:00:00 2001 From: ayoayco Date: Sat, 24 Aug 2024 21:26:58 +0200 Subject: [PATCH] chore: update readme and package descriptions --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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",