Skip to content

Commit cceb3d1

Browse files
committed
avoid using ! in example (close #6)
1 parent 809927b commit cceb3d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ footer: MIT Licensed | Copyright © 2018-present Evan You
2020
npm install -g vuepress
2121

2222
# create a markdown file
23-
echo "# Hello VuePress!" > README.md
23+
echo "# Hello VuePress" > README.md
2424

2525
# start writing
2626
vuepress dev .

docs/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
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!" > README.md
12+
echo "# Hello VuePress" > README.md
1313

1414
# start writing
1515
vuepress dev .

0 commit comments

Comments
 (0)