Update README.md

This commit is contained in:
Jacob Nguyen
2023-06-10 20:43:48 -05:00
committed by GitHub
parent b8e7298163
commit 65d6d9690d

View File

@@ -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: