Skip to content

Commit 4af2170

Browse files
committed
chore: tweaks
1 parent fec2b9b commit 4af2170

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ footer: MIT Licensed | Copyright © 2018-present Evan You
3232

3333
```bash
3434
# install in your project
35-
pnpm add -D vue @vuepress/client@next vuepress@next
35+
pnpm add -D vuepress@next @vuepress/client@next vue
3636

3737
# create a markdown file
3838
echo '# Hello VuePress' > README.md

docs/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ npm init
6262
<CodeGroupItem title="PNPM" active>
6363

6464
```bash
65-
pnpm add -D vue @vuepress/client@next vuepress@next
65+
pnpm add -D vuepress@next @vuepress/client@next vue
6666
```
6767

6868
</CodeGroupItem>

docs/zh/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ footer: MIT Licensed | Copyright © 2018-present Evan You
3131
<CodeGroupItem title="PNPM" active>
3232

3333
```bash
34-
# install in your project
35-
pnpm add -D vue @vuepress/client@next vuepress@next
34+
# 在你的项目中安装
35+
pnpm add -D vuepress@next @vuepress/client@next vue
3636

37-
# create a markdown file
37+
# 新建一个 markdown 文件
3838
echo '# Hello VuePress' > README.md
3939

40-
# start writing
40+
# 开始写作
4141
pnpm vuepress dev
4242

43-
# build to static files
43+
# 构建静态文件
4444
pnpm vuepress build
4545
```
4646

docs/zh/guide/bundler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pnpm add -D vuepress-webpack@next
1818

1919
</CodeGroupItem>
2020

21-
<CodeGroupItem title="YARN" active>
21+
<CodeGroupItem title="YARN">
2222

2323
```bash
2424
yarn remove vuepress

docs/zh/guide/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ npm init
6060
- **步骤 3**: 将 VuePress 安装为本地依赖
6161

6262
<CodeGroup>
63-
<CodeGroupItem title="pnpm" active>
63+
<CodeGroupItem title="PNPM" active>
6464

6565
```bash
66-
pnpm add -D vuepress@next vue @vuepress/client@next
66+
pnpm add -D vuepress@next @vuepress/client@next vue
6767
```
6868

6969
</CodeGroupItem>

0 commit comments

Comments
 (0)