Skip to content

Commit a3de55a

Browse files
committed
docs(readme): replace rule.yaml to prh.yml
1 parent 2e81335 commit a3de55a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[textlint](https://github.com/azu/textlint "textlint") rule for [vvakame/prh](https://github.com/vvakame/prh "vvakame/prh").
44

5-
This rule check the spell by used with `rule.yaml`.
5+
This rule check the spell by used with `prh.yml`.
66

77
## Installation
88

@@ -16,13 +16,15 @@ This rule check the spell by used with `rule.yaml`.
1616
{
1717
"rules": {
1818
"prh": {
19-
"rulePaths" :["path/to/rule.yaml"]
19+
"rulePaths" :["path/to/prh.yml"]
2020
}
2121
}
2222
}
2323
```
2424

25-
### What is rule.yaml?
25+
`rulePaths` : path to YAML file.
26+
27+
### What is prh.yml?
2628

2729
Please See [vvakame/prh](https://github.com/vvakame/prh "vvakame/prh").
2830

0 commit comments

Comments
 (0)