From 65d6d9690d6614488b3d5b5e291761dc9ff8bb27 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Sat, 10 Jun 2023 20:43:48 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41dc048..bccbd07 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ npm create @sern/bot -- --template=ts-esm --name="mybot" npm create @sern/bot '--' --template=ts-esm --name="mybot" # yarn -yarn create @sern/bot --template=vue --name="mybot" +yarn create @sern/bot --template=ts-esm --name="mybot" # pnpm -pnpm create @sern/bot --template=vue --name="mybot" +pnpm create @sern/bot --template=ts-esm --name="mybot" ``` Currently supported template presets include: