chore: update readme

This commit is contained in:
Ayo Ayco 2024-08-03 10:44:21 +02:00
parent 4691740006
commit 3e31306fc2

View file

@ -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
```