Skip to content

Commit 2b86a63

Browse files
committed
Merge pull request #4 from ReadmeCritic/master
Update README URLs based on HTTP redirects
2 parents 0ec2701 + 367d3f4 commit 2b86a63

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# textlint-rule-max-ten [![Build Status](https://travis-ci.org/azu/textlint-rule-max-ten.svg?branch=master)](https://travis-ci.org/azu/textlint-rule-max-ten)
22

3-
[textlint](https://github.com/azu/textlint "textlint") rule is that limit maximum ten(、) count of sentence.
3+
[textlint](https://github.com/textlint/textlint "textlint") rule is that limit maximum ten(、) count of sentence.
44

55
## Installation
66

@@ -22,25 +22,12 @@ Configure `"max"` value of the `.textlintrc` file.
2222
{
2323
"rules": {
2424
"max-ten": {
25-
// 1文で利用できる"、"の最大数
2625
"max" : 3
2726
}
2827
}
2928
}
3029
```
3130

32-
## Example
33-
34-
> これは、長文の例ですが、読点の数が3つ以上あるので、エラーが報告されます。
35-
36-
=> error 一つの文で"、"を3つ以上使用しています
37-
38-
> ビスケットの主な材料は(1)小麦粉、(2)牛乳、(3)ショートニング、(4)バター、(5)砂糖である。
39-
40-
- No error: 名詞同士で囲まれている `` はカウントされない
41-
- 設定で `{ strict: true }` とした場合はこの例外は適応されずエラーとします
42-
43-
4431
## Tests
4532

4633
npm test

0 commit comments

Comments
 (0)