Skip to content

Commit

Permalink
Refactor some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 16, 2022
1 parent 7d26299 commit 9f8f38f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ HTML elements.
## Install

This package is [ESM only][esm].
In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
In Node.js (version 14.14+, 16.0+), install with [npm][]:

```sh
npm install html-element-attributes
Expand Down Expand Up @@ -89,7 +89,7 @@ Yields:

## API

This package exports the following identifiers: `htmlElementAttributes`.
This package exports the identifier `htmlElementAttributes`.
There is no default export.

### `htmlElementAttributes`
Expand All @@ -100,11 +100,12 @@ Map of lowercase HTML elements to allowed attributes
## Types

This package is fully typed with [TypeScript][].
It exports no additional types.

## Compatibility

This package is at least compatible with all maintained versions of Node.js.
As of now, that is Node.js 12.20+, 14.14+, and 16.0+.
As of now, that is Node.js 14.14+ and 16.0+.
It also works in Deno and modern browsers.

## Security
Expand Down

0 comments on commit 9f8f38f

Please sign in to comment.