From 685446dde2aefda6854c23f9dc3ec6e88c336f7a Mon Sep 17 00:00:00 2001 From: Lusito Date: Mon, 23 Aug 2021 14:23:53 +0200 Subject: [PATCH] docs: Updated readme for @types/webextension-polyfill (#330) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdc1a87..5d25174 100644 --- a/README.md +++ b/README.md @@ -336,7 +336,7 @@ There are multiple projects that add TypeScript support to your web-extension pr | Project | Description | | ------------- | ------------- | -| [webextension-polyfill-ts](https://github.com/Lusito/webextension-polyfill-ts) | Types and JS-Doc are automatically generated from the mozilla schema files, so it is always up-to-date with the latest APIs. It also bundles the webextension-polyfill for very simple usage. | +| [@types/webextension-polyfill](https://www.npmjs.com/package/@types/webextension-polyfill) | Types and JS-Doc are automatically generated from the mozilla schema files, so it is always up-to-date with the latest APIs. Formerly known as [webextension-polyfill-ts](https://github.com/Lusito/webextension-polyfill-ts). | | [web-ext-types](https://github.com/kelseasy/web-ext-types) | Manually maintained types based on MDN's documentation. No JS-Doc included. | | [@types/chrome](https://www.npmjs.com/package/@types/chrome) | Manually maintained types and JS-Doc. Only contains types for chrome extensions though! |