File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
4343import { defineConfig } from ' sanity'
44- import { webhooksTrigger } from ' sanity-plugin-trigger-webhook '
44+ import { webhooksTrigger } from ' sanity-plugin-webhooks-trigger '
4545
4646export default defineConfig ({
4747 // ...
You can’t perform that action at this time.
0 commit comments