diff --git a/readme.md b/readme.md index 125f41c..d7da32e 100644 --- a/readme.md +++ b/readme.md @@ -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 @@ -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` @@ -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