Skip to content

Commit bcc368b

Browse files
committed
docs: update readme with correct package name 🤦
1 parent 71eb62f commit bcc368b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ Openly –and heavily– inspired from [sanity-plugin-vercel-deploy](https://git
2323

2424
```sh
2525
# npm
26-
npm i sanity-plugin-trigger-webhook
26+
npm i sanity-plugin-webhooks-trigger
2727

2828
# yarn
29-
yarn install sanity-plugin-trigger-webhook
29+
yarn install sanity-plugin-webhooks-trigger
3030

3131
# pnpm
32-
pnpm i sanity-plugin-trigger-webhook
32+
pnpm i sanity-plugin-webhooks-trigger
3333

3434
# bun
35-
bun i sanity-plugin-trigger-webhook
35+
bun i sanity-plugin-webhooks-trigger
3636
```
3737

3838
## Usage
@@ -41,7 +41,7 @@ Add it as a plugin in `sanity.config.ts` (or .js):
4141

4242
```ts
4343
import { defineConfig } from 'sanity'
44-
import { webhooksTrigger } from 'sanity-plugin-trigger-webhook'
44+
import { webhooksTrigger } from 'sanity-plugin-webhooks-trigger'
4545

4646
export default defineConfig({
4747
//...

0 commit comments

Comments
 (0)