We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d079c commit f4f9e6bCopy full SHA for f4f9e6b
docs/zh/guide/getting-started.md
@@ -34,7 +34,7 @@ yarn add -D vuepress # 或者:npm install -D vuepress
34
mkdir docs
35
36
# 新建一个 markdown 文件
37
-echo "# Hello VuePress!" > docs/README.md
+echo '# Hello VuePress!' > docs/README.md
38
39
# 开始写作
40
npx vuepress dev docs
0 commit comments