Skip to content

Commit

Permalink
docs: Remove duplicate content section in readme. (#51)
Browse files Browse the repository at this point in the history
Removes the duplicate contents list that exists under the `Install` section.

---------

Co-authored-by: Alex Potsides <alex@achingbrain.net>
  • Loading branch information
saul-jb and achingbrain authored Jun 7, 2023
1 parent 15d15d6 commit 686b669
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,6 @@ Loading this module through a script tag will make it's exports available as `Ui
<script src="https://unpkg.com/uint8arrays/dist/index.min.js"></script>
```

- [Install](#install)
- [API](#api)
- [alloc(size)](#allocsize)
- [Example](#example)
- [allocUnsafe(size)](#allocunsafesize)
- [Example](#example-1)
- [compare(a, b)](#comparea-b)
- [Example](#example-2)
- \[concat(arrays, \[length])]\(#concatarrays-length)
- [Example](#example-3)
- [equals(a, b)](#equalsa-b)
- [Example](#example-4)
- [fromString(string, encoding = 'utf8')](#fromstringstring-encoding--utf8)
- [Example](#example-5)
- [toString(array, encoding = 'utf8')](#tostringarray-encoding--utf8)
- [Example](#example-6)
- [xor(a, b)](#xora-b)
- [Example](#example-7)
- [License](#license)
- [Contribute](#contribute)

## API

### alloc(size)
Expand Down

0 comments on commit 686b669

Please sign in to comment.