Skip to content

Commit 9e757d6

Browse files
committed
Update README.md
1 parent 0b5ee18 commit 9e757d6

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ _*The reverse is true for decoding._
253253
Flag | Default | Description | Dependencies
254254
---------------|----------|-----------------------------------------------------------------|---------------------------------------------------
255255
`pretty-print` | Disabled | Enables pretty-printing of buffer output. | `unicode-width`
256-
`derive` | Disabled | Enables the `#[derive(Encode)]` and `#[derive(Decode)]` macros. | `syn`, `quote`, `proc-macro2`, proc-macro-error` |
256+
`derive` | Disabled | Enables the `#[derive(Encode)]` and `#[derive(Decode)]` macros. | `syn`, `quote`, `proc-macro2`, `proc-macro-error` |
257257

258258
## Notes
259259

rust/bufferfish/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ _*The reverse is true for decoding._
216216
Flag | Default | Description | Dependencies
217217
-------------- | -------- | --------------------------------------------------------------- | ------------------------------------------------
218218
`pretty-print` | Disabled | Enables pretty-printing of buffer output. | `unicode-width`
219-
`derive` | Disabled | Enables the `#[derive(Encode)]` and `#[derive(Decode)]` macros. | `syn`, `quote`, `proc-macro2`, proc-macro-error` |
219+
`derive` | Disabled | Enables the `#[derive(Encode)]` and `#[derive(Decode)]` macros. | `syn`, `quote`, `proc-macro2`, `proc-macro-error` |
220220

221221
## Notes
222222

typescript/README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,13 @@ _This library has an unstable API and may be missing some basic functionality. I
99
## Table of Contents
1010

1111
- [bufferfish](#bufferfish)
12-
1312
- [Table of Contents](#table-of-contents)
1413
- [Getting Started](#getting-started)
1514
- [Examples](#examples)
16-
1715
- [Writing to a Bufferfish](#writing-to-a-bufferfish)
1816
- [Reading from a Bufferfish](#reading-from-a-bufferfish)
19-
2017
- [TypeScript Code Generation](#typescript-code-generation)
21-
2218
- [Using Generated Decoding Functions](#using-generated-decoding-functions)
23-
2419
- [Encodable Types](#encodable-types)
2520
- [Feature Flags (Rust)](#feature-flags-rust)
2621
- [Notes](#notes)
@@ -179,7 +174,7 @@ _*The reverse is true for decoding._
179174
Flag | Default | Description | Dependencies
180175
-------------- | -------- | --------------------------------------------------------------- | ------------------------------------------------
181176
`pretty-print` | Disabled | Enables pretty-printing of buffer output. | `unicode-width`
182-
`derive` | Disabled | Enables the `#[derive(Encode)]` and `#[derive(Decode)]` macros. | `syn`, `quote`, `proc-macro2`, proc-macro-error` |
177+
`derive` | Disabled | Enables the `#[derive(Encode)]` and `#[derive(Decode)]` macros. | `syn`, `quote`, `proc-macro2`, `proc-macro-error` |
183178

184179
## Notes
185180

0 commit comments

Comments
 (0)