From db5fb02dafe254fd7a29aac8ba5ce2502004fd21 Mon Sep 17 00:00:00 2001 From: zakuro Date: Tue, 25 Oct 2022 11:34:52 +0900 Subject: [PATCH] readme: use link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32312d9..c3b5ff3 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ Nuxt3 module for vue-i18n-next This nuxt module is intended to be a quick and easy way for people to use vue-i18n-next with Nuxt3. -It also has the purpose of finding issues on the vue-i18n-next so that `@nuxtjs/i18n` can support Nuxt3. +It also has the purpose of finding issues on the vue-i18n-next so that [`@nuxtjs/i18n`](https://github.com/nuxt-community/i18n-module) can support Nuxt3. - Setup `vue-i18n` for your Nuxt3 project - You do not need to entrypoint codes with `createI18n`. - Setup bundle tools - - `@intlify/vue-i18n-loader` and `@intlify/vite-plugin-vue-i18n` are included + - [`@intlify/vue-i18n-loader`](https://github.com/intlify/vue-i18n-loader) and [`@intlify/vite-plugin-vue-i18n`](https://github.com/intlify/vite-plugin-vue-i18n) are included - Locale resources importing ## 💿 Installation