From e1c6c8d580e401b892a2cce02b6fccabd9a5d67d Mon Sep 17 00:00:00 2001 From: Hugo Richard Date: Fri, 21 Feb 2025 23:46:55 +0100 Subject: [PATCH] fix: readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f716005..fe801e5 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ export default defineNuxtConfig({ Checkout the [Nuxt Content documentation](https://content.nuxt.com/docs/usage/content-pages) for more information on how to write your content files. -And checkout the [Nuxt Contnet llms documentation](https://content.nuxt.com/docs/advanced/llms) for more information on how to customize LLMs contents with `nuxt-llms` and `@nuxt/content`. +And checkout the [Nuxt Content llms documentation](https://content.nuxt.com/docs/advanced/llms) for more information on how to customize LLMs contents with `nuxt-llms` and `@nuxt/content`. ## 💻 Development