Skip to content

Commit c76dbe1

Browse files
committed
Refactor docs
1 parent b1ba622 commit c76dbe1

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

readme.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This is a small utility that is useful when you’re dealing with ASTs.
3535
## Install
3636

3737
This package is [ESM only][esm].
38-
In Node.js (version 14.14+ and 16.0+), install with [npm][]:
38+
In Node.js (version 16+), install with [npm][]:
3939

4040
```sh
4141
npm install nlcst-to-string
@@ -100,10 +100,13 @@ It exports no additional types.
100100

101101
## Compatibility
102102

103-
Projects maintained by the unified collective are compatible with all maintained
103+
Projects maintained by the unified collective are compatible with maintained
104104
versions of Node.js.
105-
As of now, that is Node.js 14.14+ and 16.0+.
106-
Our projects sometimes work with older versions, but this is not guaranteed.
105+
106+
When we cut a new major release, we drop support for unmaintained versions of
107+
Node.
108+
This means we try to keep the current release line, `nlcst-to-string@^3`,
109+
compatible with Node.js 12.
107110

108111
## Contribute
109112

@@ -133,9 +136,9 @@ abide by its terms.
133136

134137
[downloads]: https://www.npmjs.com/package/nlcst-to-string
135138

136-
[size-badge]: https://img.shields.io/bundlephobia/minzip/nlcst-to-string.svg
139+
[size-badge]: https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q=nlcst-to-string
137140

138-
[size]: https://bundlephobia.com/result?p=nlcst-to-string
141+
[size]: https://bundlejs.com/?q=nlcst-to-string
139142

140143
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
141144

0 commit comments

Comments
 (0)