Skip to content

Commit

Permalink
Fix install textlint command
Browse files Browse the repository at this point in the history
  • Loading branch information
igaiga committed Jan 15, 2017
1 parent c80cf4c commit 2cc7cca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

### コマンドラインでの実行

- $ `npm i` ## textlintのインストール
- $ `npm test` ## 文章全体のチェック
- $ `npm run textlint _posts/2014-04-01-preface.md` ## 単独のファイルをチェック
- $ `npm i textlint` # textlintのインストール
- $ `npm test` # 文章全体のチェック
- $ `npm run textlint _posts/2014-04-01-preface.md` # 単独のファイルをチェック

### atomエディタでの実行

Expand Down

0 comments on commit 2cc7cca

Please sign in to comment.