From 3e31306fc25917aa5a35168680c59da1f323f565 Mon Sep 17 00:00:00 2001 From: ayoayco Date: Sat, 3 Aug 2024 10:44:21 +0200 Subject: [PATCH] chore: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da19247..77376b8 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ The integration `serviceWorker` accepts configuration with service worker path a In your [Astro](https://astro.build) project: ```bash -# npm +# if using npm $ npm i -D @ayco/astro-sw -# pnpm +# if using pnpm $ pnpm add -D @ayco/astro-sw ```