Skip to content

Commit 1d1b352

Browse files
committed
chore: fix README.md
1 parent 8daff11 commit 1d1b352

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
@@ -74,7 +74,7 @@ The language code of source text.
7474

7575
**MUST** be `auto-detect` or one of the codes/names (not case sensitive) contained in [lang.json](src/lang.json)
7676

77-
**NOTE:** The EPT mode (since `v3.0.0`) only supports the languages contained in [src/config.json#eptLangs](src/config.json#30). Any other language will fall back to the legacy mode, in which a 429 (Too Many Requests) error often occurs.
77+
**NOTE:** The EPT mode (since `v3.0.0`) only supports the languages contained in [src/config.json#eptLangs](src/config.json#L31). Any other language will fall back to the legacy mode, in which a 429 (Too Many Requests) error often occurs.
7878

7979
##### _to_
8080
Type: `string` Default: `en`
@@ -83,7 +83,7 @@ The language in which the text should be translated.
8383

8484
**MUST** be one of the codes/names (not case sensitive) contained in [lang.json](src/lang.json).
8585

86-
**NOTE:** The EPT mode (since `v3.0.0`) only supports the languages contained in [src/config.json#eptLangs](src/config.json#30). Any other language will fall back to the legacy mode, in which a 429 (Too Many Requests) error often occurs.
86+
**NOTE:** The EPT mode (since `v3.0.0`) only supports the languages contained in [src/config.json#eptLangs](src/config.json#L31). Any other language will fall back to the legacy mode, in which a 429 (Too Many Requests) error often occurs.
8787

8888
##### _correct_
8989
Type: `boolean` Default: `false` Since: `v1.1.0`

0 commit comments

Comments
 (0)