From d91f3ad58b06de04924b94dcf8d9885154e7dc69 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sun, 20 Nov 2022 17:48:42 +0100 Subject: [PATCH] Refactor some docs --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 342beef..7562b0c 100644 --- a/readme.md +++ b/readme.md @@ -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 @@ -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])` @@ -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