is-language-code 4.0.12 → 4.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  ## Install
28
28
 
29
- The latest version is **ESM only**: Node 12+ is needed to use it and it must be `import`ed instead of `require`d. If your project is not on ESM yet and you want to use `require`, use an older version of this program, `3.1.0`.
29
+ This package is [pure ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). If you're not ready yet, install an older version of this program, 3.1.0 (`npm i is-language-code@3.1.0`).
30
30
 
31
31
  ```bash
32
32
  npm i is-language-code
@@ -52,7 +52,7 @@ assert.deepEqual(isLangCode("sr-Latn"), {
52
52
 
53
53
  ## Documentation
54
54
 
55
- Please [visit codsen.com](https://codsen.com/os/is-language-code/) for a full description of the API and even a test <a href="https://codsen.com/os/is-language-code/play">playground</a>.
55
+ Please [visit codsen.com](https://codsen.com/os/is-language-code/) for a full description of the API.
56
56
 
57
57
  ## Contributing
58
58