Skip to content

Commit f4f9e6b

Browse files
committed
docs($cn): update (#820)
1 parent 45d079c commit f4f9e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/guide/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ yarn add -D vuepress # 或者:npm install -D vuepress
3434
mkdir docs
3535

3636
# 新建一个 markdown 文件
37-
echo "# Hello VuePress!" > docs/README.md
37+
echo '# Hello VuePress!' > docs/README.md
3838

3939
# 开始写作
4040
npx vuepress dev docs

0 commit comments

Comments
 (0)