From 5558a60f579047bce809cf996fdd7fc7fa2ad811 Mon Sep 17 00:00:00 2001 From: michael spengler <43786652+michael-spengler@users.noreply.github.com> Date: Wed, 30 Mar 2022 01:01:17 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3995f79..902ddf4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ With this module you can connect your TypeScript in Deno program with the Ethere The detailed documentation can be found [here](https://web3js.readthedocs.io/). In case you need to use nodejs instead of deno, check the [web3 npm library](https://www.npmjs.com/package/web3). Some of you might also use the [ethers library](https://www.npmjs.com/package/ethers) as an alternative. -In some months from now (writing this early 2022) it might be possible just to import such dependencies via https://www.skypack.dev. +In some months from now (writing this early 2022) it might be possible to just import such dependencies via [skypack.dev](https://www.skypack.dev). ## Usage Example