From 93b06bdab3127d0fb00aa65a38ddde8ca79f33ca Mon Sep 17 00:00:00 2001 From: dcode Date: Sat, 30 Oct 2021 11:33:05 +0200 Subject: [PATCH] Fix link to releases --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53cd109..31039f1 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Note that mixing ESM and CommonJS is not recommended as it yields different clas `https://unpkg.com/long@VERSION/index.js` (ESM)
`https://unpkg.com/long@VERSION/umd/index.js` (UMD) - Replace `TAG` respectively `VERSION` with a [specific version](https://github.com/AssemblyScript/binaryen.js/releases) or omit it (not recommended in production) to use main/latest. + Replace `TAG` respectively `VERSION` with a [specific version](https://github.com/dcodeIO/long.js/releases) or omit it (not recommended in production) to use main/latest. API ---