Skip to content

Commit 79825d7

Browse files
authored
Update README.md
fix #1
1 parent 697f215 commit 79825d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Via `.textlintrc`(Recommended)
2323
{
2424
"rules": {
2525
"@textlint-ja/morpheme-match": {
26-
"dictionaryFilePathList": ["./path/to/dictionary.js"]
26+
"dictionaryPathList": ["./path/to/dictionary.js"]
2727
}
2828
}
2929
}
3030
```
3131

3232
## Options
3333

34-
- `dictionaryFilePathList`: `string[]`
34+
- `dictionaryPathList`: `string[]`
3535
- 辞書ファイルへのファイルパスの配列
3636
- 例) `/user/file/to/dict.js`, `~/download/dict.js`, `./path/to/dict.json` などのファイルパス形式に対応しています
3737

0 commit comments

Comments
 (0)