Skip to content

Commit adcbeb1

Browse files
wangyi7099yyx990803
authored andcommitted
Update getting-started.md (#17)
I find when I use index.md, the serve will return a status of 404, but when I change to readme.md, it works
1 parent 361d80a commit adcbeb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guide/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you just want to play around with VuePress, you can install it globally:
99
npm install -g vuepress
1010

1111
# create a markdown file
12-
echo "# Hello VuePress!" > index.md
12+
echo "# Hello VuePress!" > README.md
1313

1414
# start writing
1515
vuepress dev .

0 commit comments

Comments
 (0)