Skip to content

Commit

Permalink
docs: fix wrangler installation snippets for npm & bun (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
NuroDev authored Feb 29, 2024
1 parent 0dd03c2 commit a554c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/docs/1.getting-started/2.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ yarn add --dev wrangler
```

```bash [npm]
npm install --save-dev @nuxthub/core
npm install --save-dev wrangler
```

```bash [bun]
bun add --dev @nuxthub/core
bun add --dev wrangler
```

::
Expand Down

0 comments on commit a554c47

Please sign in to comment.