From 284e70ddcd8a5afd9f609c4afd51134c7717cb1b Mon Sep 17 00:00:00 2001 From: GJSSSS Date: Mon, 2 Oct 2023 14:37:43 +0800 Subject: [PATCH] fix: nuxt3 example link error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21d5187a..8a83feb3 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ export default defineNuxtConfig({ }) ``` -See [the Nuxt example](examples/nuxt) for a working example project. +See [the Nuxt example](examples/nuxt3) for a working example project.