Skip to content

Commit 1c2af48

Browse files
committed
fix
1 parent 9f17f23 commit 1c2af48

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-openapi-docs-module",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "A plugin for Nuxt.js to generate pages from OpenAPI specifications",
55
"repository": "on-org/nuxt-openapi-docs-module",
66
"license": "MIT",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ nuxt 3
6262
```js
6363
export default defineNuxtConfig({
6464
modules: [
65-
'my-module'
65+
'nuxt-openapi-docs-module'
6666
]
6767
})
6868
```

0 commit comments

Comments
 (0)