Skip to content

Commit c284a2e

Browse files
committed
Refactor docs
1 parent 3f7f969 commit c284a2e

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
@@ -44,7 +44,7 @@ To display positional info to users, use
4444
## Install
4545

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

4949
```sh
5050
npm install unist-util-generated
@@ -103,10 +103,13 @@ It exports no additional types.
103103

104104
## Compatibility
105105

106-
Projects maintained by the unified collective are compatible with all maintained
106+
Projects maintained by the unified collective are compatible with maintained
107107
versions of Node.js.
108-
As of now, that is Node.js 14.14+ and 16.0+.
109-
Our projects sometimes work with older versions, but this is not guaranteed.
108+
109+
When we cut a new major release, we drop support for unmaintained versions of
110+
Node.
111+
This means we try to keep the current release line, `unist-util-generated@^2`,
112+
compatible with Node.js 12.
110113

111114
## Related
112115

@@ -147,9 +150,9 @@ abide by its terms.
147150

148151
[downloads]: https://www.npmjs.com/package/unist-util-generated
149152

150-
[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-generated.svg
153+
[size-badge]: https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q=unist-util-generated
151154

152-
[size]: https://bundlephobia.com/result?p=unist-util-generated
155+
[size]: https://bundlejs.com/?q=unist-util-generated
153156

154157
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
155158

0 commit comments

Comments
 (0)