Skip to content

Commit fcf5774

Browse files
committed
fix docs in readme
1 parent cd7392f commit fcf5774

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ telescope({
258258
| `aminoEncoding.casingFn` | set the amino-casing function for a project | `snake()` |
259259
| `aminoEncoding.exceptions` | set specific aminoType name exceptions | see code |
260260
| `aminoEncoding.typeUrlToAmino` | create functions for aminoType name exceptions | `undefined`|
261-
| `aminoEncoding.useLegacyInlineEncoding` | To use legacy inline encoding instead of using v2 recursive encoding | `false`|
261+
| `aminoEncoding.useLegacyInlineEncoding` | @deprecated. To use legacy inline encoding instead of using v2 recursive encoding | `false`|
262262
| `aminoEncoding.useRecursiveV2encoding` | this's been removed. See useLegacyInlineEncoding instead. | |
263263

264264
### Implemented Interface Options

packages/telescope/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ telescope({
258258
| `aminoEncoding.casingFn` | set the amino-casing function for a project | `snake()` |
259259
| `aminoEncoding.exceptions` | set specific aminoType name exceptions | see code |
260260
| `aminoEncoding.typeUrlToAmino` | create functions for aminoType name exceptions | `undefined`|
261-
| `aminoEncoding.useLegacyInlineEncoding` | To use legacy inline encoding instead of using v2 recursive encoding | `false`|
261+
| `aminoEncoding.useLegacyInlineEncoding` | @deprecated. To use legacy inline encoding instead of using v2 recursive encoding | `false`|
262262
| `aminoEncoding.useRecursiveV2encoding` | this's been removed. See useLegacyInlineEncoding instead. | |
263263

264264
### Implemented Interface Options

0 commit comments

Comments
 (0)