Skip to content

Commit 6c42a49

Browse files
committedNov 14, 2018
hint -> lint-md
1 parent fef886a commit 6c42a49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ node_js:
33
- "10"
44
before_install:
55
- npm i -g lint-md
6-
script: npx lint-md ./
6+
script: lint-md ./

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@
6464

6565
GitBook 在线阅读地址:[https://sort.hust.cc/](https://sort.hust.cc/)
6666

67-
本项目使用 [hint](https://github.com/hustcc/hint) 进行中文 Markdown 文件的格式检查,务必在提交 Pr 之前,保证 Markdown 格式正确。
67+
本项目使用 [lint-md](https://github.com/hustcc/lint-md) 进行中文 Markdown 文件的格式检查,务必在提交 Pr 之前,保证 Markdown 格式正确。

0 commit comments

Comments
 (0)
Please sign in to comment.