Skip to content

Commit 19c5d5c

Browse files
committed
Update README.md
1 parent 3088c0b commit 19c5d5c

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ _This library has an unstable API and may be missing some basic functionality. I
66

77
## Table of Contents
88

9-
- [🐡 bufferfish](#-bufferfish)
10-
- [Table of Contents](#table-of-contents)
119
- [Repository Overview](#repository-overview)
1210
- [/rust/bufferfish](#rustbufferfish)
1311
- [/rust/bufferfish-derive](#rustbufferfish-derive)
@@ -26,6 +24,7 @@ _This library has an unstable API and may be missing some basic functionality. I
2624
- [Contributing](#contributing)
2725
- [License](#license)
2826

27+
2928
## Repository Overview
3029

3130
There are two seperate libraries in this repo: one for Rust and one for TypeScript. Neither of the libraries have any required dependencies. The Rust version optionally uses the `unicode-width` crate for formatting buffer output when `pretty-print` is enabled.

rust/bufferfish/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ _This library has an unstable API and may be missing some basic functionality. I
66

77
# Table of Contents
88

9-
- [🐡 bufferfish](#-bufferfish)
10-
- [Table of Contents](#table-of-contents)
119
- [Getting Started](#getting-started)
1210
- [Examples](#examples)
1311
- [Using Generated Decoding Functions (JavaScript)](#using-generated-decoding-functions-javascript)

typescript/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ _This library has an unstable API and may be missing some basic functionality. I
88

99
## Table of Contents
1010

11-
- [🐡 bufferfish](#-bufferfish)
12-
- [Table of Contents](#table-of-contents)
1311
- [Getting Started](#getting-started)
1412
- [Examples](#examples)
1513
- [Writing to a Bufferfish](#writing-to-a-bufferfish)

0 commit comments

Comments
 (0)