File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ into the GitHub issue tracker to see what is available. Planned features are
16
16
marked with the "enhancement" label, and know issues are marked with the "bug"
17
17
label.
18
18
19
- https://github.com/microbit-foundation/microbit-universal-hex/issues
19
+ [ https://github.com/microbit-foundation/microbit-universal-hex/issues ] ( https://github.com/microbit-foundation/microbit-universal-hex/issues )
20
20
21
21
If you're interested in working on any of these items, please respond to an
22
22
existing issue, or file a new one, and mention @microbit-carlos .
Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ nav_order: 2
8
8
9
9
## ES5 UMD Bundle
10
10
11
- Download the UMD bundle from a GitHub release and add it to the page:
11
+ Download the UMD bundle from the
12
+ [ latest GitHub release] ( https://github.com/microbit-foundation/microbit-universal-hex/releases/latest )
13
+ and add it to the page:
12
14
13
15
``` html
14
16
<script src =" microbit-uh.umd.min.js" ></script >
@@ -44,6 +46,6 @@ separatedBinaries.forEach(function (hexObj) {
44
46
## npm package
45
47
46
48
You can integrate this library in your project using the npm package:
47
- https://www.npmjs.com/package/@microbit/microbit-universal-hex
49
+ [ https://www.npmjs.com/package/@microbit/microbit-universal-hex ] ( https://www.npmjs.com/package/@microbit/microbit-universal-hex )
48
50
49
51
For information on how to use this library check the API documentation.
You can’t perform that action at this time.
0 commit comments