Skip to content

Commit 686b669

Browse files
saul-jbachingbrain
andauthored
docs: Remove duplicate content section in readme. (#51)
Removes the duplicate contents list that exists under the `Install` section. --------- Co-authored-by: Alex Potsides <[email protected]>
1 parent 15d15d6 commit 686b669

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,6 @@ Loading this module through a script tag will make it's exports available as `Ui
4343
<script src="https://unpkg.com/uint8arrays/dist/index.min.js"></script>
4444
```
4545

46-
- [Install](#install)
47-
- [API](#api)
48-
- [alloc(size)](#allocsize)
49-
- [Example](#example)
50-
- [allocUnsafe(size)](#allocunsafesize)
51-
- [Example](#example-1)
52-
- [compare(a, b)](#comparea-b)
53-
- [Example](#example-2)
54-
- \[concat(arrays, \[length])]\(#concatarrays-length)
55-
- [Example](#example-3)
56-
- [equals(a, b)](#equalsa-b)
57-
- [Example](#example-4)
58-
- [fromString(string, encoding = 'utf8')](#fromstringstring-encoding--utf8)
59-
- [Example](#example-5)
60-
- [toString(array, encoding = 'utf8')](#tostringarray-encoding--utf8)
61-
- [Example](#example-6)
62-
- [xor(a, b)](#xora-b)
63-
- [Example](#example-7)
64-
- [License](#license)
65-
- [Contribute](#contribute)
66-
6746
## API
6847

6948
### alloc(size)

0 commit comments

Comments
 (0)