docs(installation): remove duplicate codeblock on edge

This commit is contained in:
Benjamin Canac
2023-11-27 18:23:51 +01:00
parent 182e3b6e8f
commit 0270ce9251

View File

@@ -142,18 +142,10 @@ To use the latest updates pushed on the [`dev`](https://github.com/nuxt/ui/tree/
Update your `package.json` to the following:
```json [package.json]
{
"devDependencies": {
"@nuxt/ui": "npm:@nuxt/ui-edge@latest"
}
}
```
```diff [package.json]
{
"devDependencies": {
- "@nuxt/ui": "^2.9.0"
- "@nuxt/ui": "^2.11.0"
+ "@nuxt/ui": "npm:@nuxt/ui-edge@latest"
}
}