Skip to content

Commit 45ec440

Browse files
committed
Refactor docs
1 parent 7f69fe6 commit 45ec440

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
@@ -43,7 +43,7 @@ does the same but for [remark][].
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 mdast-util-normalize-headings
@@ -120,10 +120,13 @@ It exports no additional types.
120120

121121
## Compatibility
122122

123-
Projects maintained by the unified collective are compatible with all maintained
123+
Projects maintained by the unified collective are compatible with maintained
124124
versions of Node.js.
125-
As of now, that is Node.js 14.14+ and 16.0+.
126-
Our projects sometimes work with older versions, but this is not guaranteed.
125+
126+
When we cut a new major release, we drop support for unmaintained versions of
127+
Node.
128+
This means we try to keep the current release line,
129+
`mdast-normalize-headings@^3`, compatible with Node.js 12.
127130

128131
## Security
129132

@@ -163,9 +166,9 @@ abide by its terms.
163166

164167
[downloads]: https://www.npmjs.com/package/mdast-normalize-headings
165168

166-
[size-badge]: https://img.shields.io/bundlephobia/minzip/mdast-normalize-headings.svg
169+
[size-badge]: https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q=mdast-normalize-headings
167170

168-
[size]: https://bundlephobia.com/result?p=mdast-normalize-headings
171+
[size]: https://bundlejs.com/?q=mdast-normalize-headings
169172

170173
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
171174

0 commit comments

Comments
 (0)