Skip to content

Commit c93f8bd

Browse files
committed
Merge pull request #3 from 59naga/patch-1
chore(readme): fix typo
2 parents 36251c0 + 8414a79 commit c93f8bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
npmでグローバルにインストールし、`--plugin`で利用するのが一番お手軽です。
1818

19-
npm install -g texlint textlint-plugin-jtf-style
19+
npm install -g textlint textlint-plugin-jtf-style
2020
textlint --plugin textlint-plugin-jtf-style README.md
2121
# README.mdをLintした結果が出力されます
2222

@@ -29,7 +29,7 @@ npmでグローバルにインストールし、`--plugin`で利用するのが
2929

3030
```
3131
npm init # package.jsonがないなら
32-
npm install -D texlint textlint-plugin-jtf-style
32+
npm install -D textlint textlint-plugin-jtf-style
3333
```
3434

3535
textlintの設定ファイルとなっている`.textlintrc`に次のように`jtf-style`と指定します(`textlint-plugin-`を取り除いたプラグイン名)。
@@ -625,4 +625,4 @@ A. `.textlintrc` にルール毎の設定を追加することが出来ます。
625625

626626
- [JTFスタイルガイドとCCライセンスの素敵な関係 | JTFジャーナルWeb](http://journal.jtf.jp/update/id=306 "JTFスタイルガイドとCCライセンスの素敵な関係 | JTFジャーナルWeb")
627627

628-
その他のコードはMITライセンスです。
628+
その他のコードはMITライセンスです。

0 commit comments

Comments
 (0)