Skip to content

Commit 51d2f12

Browse files
committed
Refactor docs
1 parent c4416e3 commit 51d2f12

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

Diff for: readme.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ It turns xast into XML.
4343
## Install
4444

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

4848
```sh
4949
npm install xast-util-from-xml
@@ -158,10 +158,13 @@ It exports no additional types.
158158

159159
## Compatibility
160160

161-
Projects maintained by the unified collective are compatible with all maintained
161+
Projects maintained by the unified collective are compatible with maintained
162162
versions of Node.js.
163-
As of now, that is Node.js 14.14+ and 16.0+.
164-
Our projects sometimes work with older versions, but this is not guaranteed.
163+
164+
When we cut a new major release, we drop support for unmaintained versions of
165+
Node.
166+
This means we try to keep the current release line, `xast-util-from-xml@^3`,
167+
compatible with Node.js 14.
165168

166169
## Security
167170

@@ -204,9 +207,9 @@ abide by its terms.
204207

205208
[downloads]: https://www.npmjs.com/package/xast-util-from-xml
206209

207-
[size-badge]: https://img.shields.io/bundlephobia/minzip/xast-util-from-xml.svg
210+
[size-badge]: https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q=xast-util-from-xml
208211

209-
[size]: https://bundlephobia.com/result?p=xast-util-from-xml
212+
[size]: https://bundlejs.com/?q=xast-util-from-xml
210213

211214
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
212215

0 commit comments

Comments
 (0)