aboutsummaryrefslogtreecommitdiff
path: root/doc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.md')
-rwxr-xr-xdoc/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.md b/doc/README.md
index a954aa3..aeae497 100755
--- a/doc/README.md
+++ b/doc/README.md
@@ -5,9 +5,9 @@
5## Development 5## Development
6 6
7```bash 7```bash
8yarn dev 8pnpm run dev
9yarn build 9pnpm run build
10yarn preview 10pnpm run preview
11``` 11```
12 12
13For more details, please head to VitePress's [documentation](https://vitepress.dev/). 13For more details, please head to VitePress's [documentation](https://vitepress.dev/).