docs: remove reference to `@nuxt/bridge-edge`

This commit is contained in:
Daniel Roe 2024-01-12 15:57:07 +00:00
parent 91ff987004
commit 3f09ddc317
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B
1 changed files with 3 additions and 3 deletions

View File

@ -46,16 +46,16 @@ Once the installation is complete, make sure both development and production bui
### Install Nuxt Bridge
Install `@nuxt/bridge-edge` as a development dependency:
Install `@nuxt/bridge` as a development dependency:
::code-group
```bash [Yarn]
yarn add --dev @nuxt/bridge@npm:@nuxt/bridge-edge
yarn add --dev @nuxt/bridge
```
```bash [npm]
npm install -D @nuxt/bridge@npm:@nuxt/bridge-edge
npm install -D @nuxt/bridge
```
::