Skip to content

Commit 95cdc4c

Browse files
authored
Fix bad package name for Astro
1 parent 9aebebb commit 95cdc4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/_snippets/manual-setup-astro.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ To begin, install the necessary packages in your Astro project directory. You ca
55
<CodeGroup>
66

77
```bash npm
8-
npm i @trigger.dev/sdk @trigger-dev/astro
8+
npm i @trigger.dev/sdk @trigger.dev/astro
99
```
1010

1111
```bash pnpm
12-
pnpm install @trigger.dev/sdk @trigger-dev/astro
12+
pnpm install @trigger.dev/sdk @trigger.dev/astro
1313
```
1414

1515
```bash yarn
16-
yarn add @trigger.dev/sdk @trigger-dev/astro
16+
yarn add @trigger.dev/sdk @trigger.dev/astro
1717
```
1818

1919
</CodeGroup>

0 commit comments

Comments
 (0)