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
23
23
24
24
``` sh
25
25
# npm
26
- npm i sanity-plugin-trigger-webhook
26
+ npm i sanity-plugin-webhooks-trigger
27
27
28
28
# yarn
29
- yarn install sanity-plugin-trigger-webhook
29
+ yarn install sanity-plugin-webhooks-trigger
30
30
31
31
# pnpm
32
- pnpm i sanity-plugin-trigger-webhook
32
+ pnpm i sanity-plugin-webhooks-trigger
33
33
34
34
# bun
35
- bun i sanity-plugin-trigger-webhook
35
+ bun i sanity-plugin-webhooks-trigger
36
36
```
37
37
38
38
## Usage
@@ -41,7 +41,7 @@ Add it as a plugin in `sanity.config.ts` (or .js):
41
41
42
42
``` ts
43
43
import { defineConfig } from ' sanity'
44
- import { webhooksTrigger } from ' sanity-plugin-trigger-webhook '
44
+ import { webhooksTrigger } from ' sanity-plugin-webhooks-trigger '
45
45
46
46
export default defineConfig ({
47
47
// ...
You can’t perform that action at this time.
0 commit comments