We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e81335 commit a3de55aCopy full SHA for a3de55a
README.md
@@ -2,7 +2,7 @@
2
3
[textlint](https://github.com/azu/textlint "textlint") rule for [vvakame/prh](https://github.com/vvakame/prh "vvakame/prh").
4
5
-This rule check the spell by used with `rule.yaml`.
+This rule check the spell by used with `prh.yml`.
6
7
## Installation
8
@@ -16,13 +16,15 @@ This rule check the spell by used with `rule.yaml`.
16
{
17
"rules": {
18
"prh": {
19
- "rulePaths" :["path/to/rule.yaml"]
+ "rulePaths" :["path/to/prh.yml"]
20
}
21
22
23
```
24
25
-### What is rule.yaml?
+`rulePaths` : path to YAML file.
26
+
27
+### What is prh.yml?
28
29
Please See [vvakame/prh](https://github.com/vvakame/prh "vvakame/prh").
30
0 commit comments