From 4322943dba70d654d8c09d5472e7d359cdab5267 Mon Sep 17 00:00:00 2001 From: wangyi7099 Date: Sat, 14 Apr 2018 20:26:36 +0800 Subject: [PATCH] Update getting-started.md I find when I use index.md, the serve will return a status of 404, but when I change to readme.md, it works --- docs/guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 3021f6a69f..7430c5026d 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -9,7 +9,7 @@ If you just want to play around with VuePress, you can install it globally: npm install -g vuepress # create a markdown file -echo "# Hello VuePress!" > index.md +echo "# Hello VuePress!" > README.md # start writing vuepress dev .