From 9d90c0b23d9d94d24522ecf55b4395accecbd5a1 Mon Sep 17 00:00:00 2001 From: dcode Date: Sat, 30 Oct 2021 11:27:41 +0200 Subject: [PATCH] Fix README formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5767fd3..4ba96a9 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,10 @@ Note that mixing ESM and CommonJS is not recommended as it yields different clas * From GitHub via [jsDelivr](https://www.jsdelivr.com):
`https://cdn.jsdelivr.net/gh/dcodeIO/long.js@TAG/index.js` (ESM) * From npm via [jsDelivr](https://www.jsdelivr.com):
- `https://cdn.jsdelivr.net/npm/long@VERSION/index.js` (ESM) + `https://cdn.jsdelivr.net/npm/long@VERSION/index.js` (ESM)
`https://cdn.jsdelivr.net/npm/long@VERSION/umd/index.js` (UMD) * From npm via [unpkg](https://unpkg.com):
- `https://unpkg.com/long@VERSION/index.js` (ESM) + `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.