Skip to content

Commit 7eaa2b4

Browse files
committed
Refactor docs
1 parent 8971e05 commit 7eaa2b4

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
@@ -38,7 +38,7 @@ But this helps when integrating with the rest of unified and unist.
3838
## Install
3939

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

4343
```sh
4444
npm install unist-util-find-after
@@ -115,10 +115,13 @@ It exports no additional types (types for the test are in `unist-util-is`).
115115

116116
## Compatibility
117117

118-
Projects maintained by the unified collective are compatible with all maintained
118+
Projects maintained by the unified collective are compatible with maintained
119119
versions of Node.js.
120-
As of now, that is Node.js 14.14+ and 16.0+.
121-
Our projects sometimes work with older versions, but this is not guaranteed.
120+
121+
When we cut a new major release, we drop support for unmaintained versions of
122+
Node.
123+
This means we try to keep the current release line, `unist-util-find-after@^4`,
124+
compatible with Node.js 12.
122125

123126
## Related
124127

@@ -174,9 +177,9 @@ abide by its terms.
174177

175178
[downloads]: https://www.npmjs.com/package/unist-util-find-after
176179

177-
[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-find-after.svg
180+
[size-badge]: https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q=unist-util-find-after
178181

179-
[size]: https://bundlephobia.com/result?p=unist-util-find-after
182+
[size]: https://bundlejs.com/?q=unist-util-find-after
180183

181184
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
182185

0 commit comments

Comments
 (0)