fix typo for gitbook

fix typo
pull/47/head
Deshi Xiao 2017-09-08 20:14:05 +08:00 committed by GitHub
parent 090acc9084
commit ecc4282037
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ pandoc --latex-engine=xelatex --template=pm-template input.md -o output.pdf
1. 在该文章相关主题的目录下创建文档;
2. 在 `SUMMARY.md` 中在相应的章节下添加文章链接;
3. 执行 `gitbook server` 测试是否报错,访问 http://localhost:4000 查看该文档是否出现在相应主题的目录下;
3. 执行 `gitbook serve` 测试是否报错,访问 http://localhost:4000 查看该文档是否出现在相应主题的目录下;
4. 提交PR
## 关于