Skip to content

Commit 48503fe

Browse files
committed
Refactor docs
1 parent 60c4a49 commit 48503fe

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
@@ -46,7 +46,7 @@ It’s used in [`remark-lint`][remark-lint].
4646
## Install
4747

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

5151
```sh
5252
npm install mdast-util-heading-style
@@ -122,10 +122,13 @@ It exports the additional type [`Style`][api-style].
122122
123123
## Compatibility
124124
125-
Projects maintained by the unified collective are compatible with all maintained
125+
Projects maintained by the unified collective are compatible with maintained
126126
versions of Node.js.
127-
As of now, that is Node.js 14.14+ and 16.0+.
128-
Our projects sometimes work with older versions, but this is not guaranteed.
127+
128+
When we cut a new major release, we drop support for unmaintained versions of
129+
Node.
130+
This means we try to keep the current release line,
131+
`mdast-util-heading-style@^2`, compatible with Node.js 12.
129132
130133
## Security
131134
@@ -167,9 +170,9 @@ abide by its terms.
167170
168171
[downloads]: https://www.npmjs.com/package/mdast-util-heading-style
169172
170-
[size-badge]: https://img.shields.io/bundlephobia/minzip/mdast-util-heading-style.svg
173+
[size-badge]: https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q=mdast-util-heading-style
171174
172-
[size]: https://bundlephobia.com/result?p=mdast-util-heading-style
175+
[size]: https://bundlejs.com/?q=mdast-util-heading-style
173176
174177
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
175178

0 commit comments

Comments
 (0)