From c6b86f57e22862f124a1bc258a6f7192f1ec2b1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Wed, 17 Jan 2024 19:32:30 +0100 Subject: [PATCH] docs: remove double backticks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2d2317..3aa978f 100644 --- a/README.md +++ b/README.md @@ -398,7 +398,7 @@ module.exports = { ### Compare to [`unimport`](https://github.com/unjs/unimport) -From v0.8.0, `unplugin-auto-import` **uses** `unimport` underneath. `unimport` is designed to be a lower-level tool (it also powered Nuxt's auto import). You can think `unplugin-auto-import` is a wrapper of it that provides more user-friendly config APIs and capabilities like resolvers. Development of new features will mostly happen in `unimport`` from now. +From v0.8.0, `unplugin-auto-import` **uses** `unimport` underneath. `unimport` is designed to be a lower-level tool (it also powered Nuxt's auto import). You can think `unplugin-auto-import` is a wrapper of it that provides more user-friendly config APIs and capabilities like resolvers. Development of new features will mostly happen in `unimport` from now. ### Compare to [`vue-global-api`](https://github.com/antfu/vue-global-api)