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 17, 2022
1 parent 4d6fa3b commit 53d65d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ emitted with reasons for why and positional info on where they happened.
## 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 parse-entities
Expand Down Expand Up @@ -74,7 +74,7 @@ console.log(parseEntities('echo © foxtrot ≠ golf 𝌆 hotel'))

## API

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

### `parseEntities(value[, options])`
Expand Down Expand Up @@ -186,13 +186,13 @@ Character reference handler.
## Types

This package is fully typed with [TypeScript][].
Additional `Options`, `WarningHandler`, `ReferenceHandler`, and `TextHandler`
types are exported that model their respective values.
It exports the additional types `Options`, `WarningHandler`,
`ReferenceHandler`, and `TextHandler`.

## 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 53d65d3

Please sign in to comment.