diff --git a/docs/2.guide/3.going-further/3.modules.md b/docs/2.guide/3.going-further/3.modules.md index 8c354e5e21..7582e90617 100644 --- a/docs/2.guide/3.going-further/3.modules.md +++ b/docs/2.guide/3.going-further/3.modules.md @@ -155,7 +155,7 @@ export default defineNuxtModule({ // Compatibility constraints compatibility: { // Semver version of supported nuxt versions - nuxt: '^3.0.0' + nuxt: '>=3.0.0' } }, // Default configuration options for your module, can also be a function returning those