@@ -20,25 +20,25 @@ Nuxt Well-Known module is integrated with the [Nuxt Devtools](https://github.com
20
20
21
21
## Quick Setup
22
22
23
- 1 . Add ` @zadig-voltaire /nuxt-well-known ` dependency to your project
23
+ 1 . Add ` @zadigetvoltaire /nuxt-well-known ` dependency to your project
24
24
25
25
``` bash
26
26
# Using pnpm
27
- pnpm add -D @zadig-voltaire /nuxt-well-known
27
+ pnpm add -D @zadigetvoltaire /nuxt-well-known
28
28
29
29
# Using yarn
30
- yarn add --dev @zadig-voltaire /nuxt-well-known
30
+ yarn add --dev @zadigetvoltaire /nuxt-well-known
31
31
32
32
# Using npm
33
- npm install --save-dev @zadig-voltaire /nuxt-well-known
33
+ npm install --save-dev @zadigetvoltaire /nuxt-well-known
34
34
```
35
35
36
- 2 . Add ` @zadig-voltaire /nuxt-well-known ` to the ` modules ` section of ` nuxt.config.ts `
36
+ 2 . Add ` @zadigetvoltaire /nuxt-well-known ` to the ` modules ` section of ` nuxt.config.ts `
37
37
38
38
``` js
39
39
export default defineNuxtConfig ({
40
40
modules: [
41
- ' @zadig-voltaire /nuxt-well-known'
41
+ ' @zadigetvoltaire /nuxt-well-known'
42
42
],
43
43
wellKnown: {
44
44
devtools: true ,
@@ -122,7 +122,7 @@ type ContentUriOptions = {
122
122
// nuxt.config.ts
123
123
export default defineNuxtConfig ({
124
124
modules: [
125
- ' @zadig-voltaire /nuxt-well-known' ,
125
+ ' @zadigetvoltaire /nuxt-well-known' ,
126
126
],
127
127
wellKnown: {
128
128
contentUris: [
@@ -182,14 +182,14 @@ pnpm release
182
182
---
183
183
184
184
<!-- Badges -->
185
- [ npm-version-src ] : https://img.shields.io/npm/v/@zadig-voltaire /nuxt-well-known/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
186
- [ npm-version-href ] : https://npmjs.com/package/@zadig-voltaire /nuxt-well-known
185
+ [ npm-version-src ] : https://img.shields.io/npm/v/@zadigetvoltaire /nuxt-well-known/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
186
+ [ npm-version-href ] : https://npmjs.com/package/@zadigetvoltaire /nuxt-well-known
187
187
188
- [ npm-downloads-src ] : https://img.shields.io/npm/dm/@zadig-voltaire /nuxt-well-known.svg?style=flat&colorA=18181B&colorB=28CF8D
189
- [ npm-downloads-href ] : https://npmjs.com/package/@zadig-voltaire /nuxt-well-known
188
+ [ npm-downloads-src ] : https://img.shields.io/npm/dm/@zadigetvoltaire /nuxt-well-known.svg?style=flat&colorA=18181B&colorB=28CF8D
189
+ [ npm-downloads-href ] : https://npmjs.com/package/@zadigetvoltaire /nuxt-well-known
190
190
191
- [ license-src ] : https://img.shields.io/npm/l/@zadig-voltaire /nuxt-well-known.svg?style=flat&colorA=18181B&colorB=28CF8D
192
- [ license-href ] : https://npmjs.com/package/@zadig-voltaire /nuxt-well-known
191
+ [ license-src ] : https://img.shields.io/npm/l/@zadigetvoltaire /nuxt-well-known.svg?style=flat&colorA=18181B&colorB=28CF8D
192
+ [ license-href ] : https://npmjs.com/package/@zadigetvoltaire /nuxt-well-known
193
193
194
194
[ nuxt-src ] : https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
195
195
[ nuxt-href ] : https://nuxt.com
0 commit comments