Skip to content

Commit 9d90c0b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)