From 1bb61bc9a5caa784e62c48503f9bcbb3f4025d1a Mon Sep 17 00:00:00 2001 From: hywax Date: Thu, 18 Jul 2024 16:50:27 +0500 Subject: [PATCH] docs: support nuxt version --- README.md | 1 + docs/index.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 17ea720..3dcad1e 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ A Nuxt module for cron jobs in your app. - 🪄️  TypeScript support - ✨  Auto imports enabled - ⚡  Zero configuration to start +- 🤝  Nuxt 3/4 support - 📦  Extendable by [Nuxt modules](https://nuxt.com/modules) ## Installation diff --git a/docs/index.md b/docs/index.md index 693c5f0..65f3d4a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,4 +31,7 @@ features: - title: Extendable by Nuxt modules icon: 📦 details: Everything is done according to the official documentation + - title: Nuxt 3/4 support + icon: 🤝 + details: Works with actual versions of Nuxt ---