Skip to content

Commit 76b8eb0

Browse files
committed
README
1 parent 9ec68e5 commit 76b8eb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ access of aligned local-machine-endian types, for in-process flat memory operati
1818
The `DataView` module provides a view into an `ArrayBuffer` for inter-process
1919
flat memory operations.
2020

21-
* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer)
22-
* [ECMA-262](https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-objects)
21+
* [MDN `ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer)
22+
* [ECMA-262 `ArrayBuffer`](https://tc39.es/ecma262/multipage/structured-data.html#sec-arraybuffer-objects)
2323

2424

2525
## Installation
@@ -53,7 +53,7 @@ You can contribute to `arraybuffer` in several ways:
5353

5454
3. If you have written a library, tutorial, guide, or other resource based on this package, please share it on the [PureScript Discourse](https://discourse.purescript.org)! Writing libraries and learning resources are a great way to help this library succeed.
5555

56-
## Other packages
56+
## Related packages
5757

5858
These are some other packages which provide more `ArrayBuffer` features.
5959

0 commit comments

Comments
 (0)