docs: update bridge install to use -edge alias (resolves #647)

This commit is contained in:
Pooya Parsa 2021-10-05 17:13:21 +02:00
parent 2b1bf4824e
commit 71c44168f0

View File

@ -25,10 +25,10 @@ Install `@nuxt/bridge` as a devDependency:
```bash
# Using npm
npm install -D @nuxt/bridge
npm install -D @nuxt/bridge@npm:@nuxt/bridge-edge
# Using yarn
yarn add --dev @nuxt/bridge
yarn add --dev @nuxt/bridge@npm:@nuxt/bridge-edge
```
Add `@nuxt/bridge` to `buildModules` inside `nuxt.config`: