Skip to content

Commit b81a3a0

Browse files
committed
Refactor docs
1 parent dbbe7f7 commit b81a3a0

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

readme.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ to more easily spot bugs and see what’s going on in the tree.
3939
## Install
4040

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

4444
```sh
4545
npm install unist-util-inspect
@@ -137,10 +137,13 @@ It exports the additional type [`Options`][api-options].
137137

138138
## Compatibility
139139

140-
Projects maintained by the unified collective are compatible with all maintained
140+
Projects maintained by the unified collective are compatible with maintained
141141
versions of Node.js.
142-
As of now, that is Node.js 14.14+ and 16.0+.
143-
Our projects sometimes work with older versions, but this is not guaranteed.
142+
143+
When we cut a new major release, we drop support for unmaintained versions of
144+
Node.
145+
This means we try to keep the current release line, `unist-util-inspect@^7`,
146+
compatible with Node.js 12.
144147

145148
## Contribute
146149

@@ -170,9 +173,9 @@ abide by its terms.
170173

171174
[downloads]: https://www.npmjs.com/package/unist-util-inspect
172175

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

175-
[size]: https://bundlephobia.com/result?p=unist-util-inspect
178+
[size]: https://bundlejs.com/?q=unist-util-inspect
176179

177180
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
178181

0 commit comments

Comments
 (0)