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 20, 2022
1 parent 45d0336 commit d91f3ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Expand Up @@ -41,7 +41,7 @@ For a complete but heavier solution, build an AST and serialize it with
## 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 markdown-table
Expand Down Expand Up @@ -112,7 +112,7 @@ Yields:

## API

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

### `markdownTable(table[, options])`
Expand Down Expand Up @@ -275,12 +275,12 @@ Yields:
## Types

This package is fully typed with [TypeScript][].
It exports additional `Options` type that models its respective interface.
It exports the additional type `Options`.

## 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 d91f3ad

Please sign in to comment.