Skip to content

Commit 19d31bc

Browse files
authored
Update README.md
1 parent d620ce3 commit 19d31bc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ assert.equal(index2, 15);
7373
assert.equal(source.originalIndexFromIndex(index2), 16);
7474
```
7575
76+
## Examples
77+
78+
- [azu/textlint-rule-first-sentence-length: textlint rule that limit maximum length of First sentence of the section.](https://github.com/azu/textlint-rule-first-sentence-length)
79+
- [azu/textlint-rule-en-max-word-count: textlint rule that specify the maximum word count of a sentence.](https://github.com/azu/textlint-rule-en-max-word-count)
80+
- [nodaguti/textlint-rule-spellchecker: textlint rule to check spellings with native spellchecker](https://github.com/nodaguti/textlint-rule-spellchecker)
81+
82+
7683
## FAQ
7784
7885
### Why return relative position from rootNode?

0 commit comments

Comments
 (0)