From bb37b1d7b612c187b3dfb4b6b9ffd03c2593f6b2 Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 2 Sep 2023 21:58:13 +0800 Subject: [PATCH] docs: update (#21) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21c8fa7..aced702 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ Starter template for [unplugin](https://github.com/unjs/unplugin). To use this template, clone it down using: ```bash -npx degit antfu/unplugin-starter my-unplugin +npx degit unplugin/unplugin-starter my-unplugin ``` -And do a global replacement of `unplugin-starter`` with your plugin name. +And do a global replacement of `unplugin-starter` with your plugin name. Then you can start developing your unplugin 🔥