Skip to content
This repository was archived by the owner on Feb 14, 2021. It is now read-only.

Commit ed3135d

Browse files
authored
Merge pull request #4 from sdepold/patch-1
thanks @sdepold :)
2 parents feb2510 + 7eccf5e commit ed3135d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ the request, the "default" value is returned.
182182
```js
183183
import {lookup} from 'accept-language-negotiator';
184184

185-
const supportedLanguageTags = ['zh-Hant', 'zh';
185+
const supportedLanguageTags = ['zh-Hant', 'zh'];
186186
const defaultLanguage = 'en-US';
187187

188188
// match

0 commit comments

Comments
 (0)