From bf834fe8225dc8a778a7252069d12c844733aab2 Mon Sep 17 00:00:00 2001 From: fershad <27988517+fershad@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:06:51 +0800 Subject: [PATCH] add links to npm and DT --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc854a9..c7b2449 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ You can also build the CO2.js library from the source code. To do this: ## Using CO2.js in TypeScript projects -Type definitions for CO2.js are published in the DefinitelyTyped project, and are available on NPM at `@types/tgwf__co2`. +Type definitions for CO2.js are [published in the DefinitelyTyped project](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tgwf__co2), and are [available on NPM](https://www.npmjs.com/package/@types/tgwf__co2) at `@types/tgwf__co2`. If you want to use type definitions in your project, they should be installed as a devDependency.