Skip to content

Commit 9d90c0b

Browse files
committed
Fix README formatting
1 parent fca1fa0 commit 9d90c0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ Note that mixing ESM and CommonJS is not recommended as it yields different clas
4848
* From GitHub via [jsDelivr](https://www.jsdelivr.com):<br />
4949
`https://cdn.jsdelivr.net/gh/dcodeIO/long.js@TAG/index.js` (ESM)
5050
* From npm via [jsDelivr](https://www.jsdelivr.com):<br />
51-
`https://cdn.jsdelivr.net/npm/long@VERSION/index.js` (ESM)
51+
`https://cdn.jsdelivr.net/npm/long@VERSION/index.js` (ESM)<br />
5252
`https://cdn.jsdelivr.net/npm/long@VERSION/umd/index.js` (UMD)
5353
* From npm via [unpkg](https://unpkg.com):<br />
54-
`https://unpkg.com/long@VERSION/index.js` (ESM)
54+
`https://unpkg.com/long@VERSION/index.js` (ESM)<br />
5555
`https://unpkg.com/long@VERSION/umd/index.js` (UMD)
5656

5757
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.

0 commit comments

Comments
 (0)