Skip to content

Commit

Permalink
Readd accidentally removed period
Browse files Browse the repository at this point in the history
  • Loading branch information
escritorio-gustavo committed Jan 19, 2024
1 parent 94d077f commit 08da263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ When running `cargo test`, the TypeScript bindings will be exported to the file
If there's a type you're dealing with which doesn't implement `TS`, use `#[ts(type = "..")]` or open a PR.

### serde compatability
With the `serde-compat` feature (enabled by default), serde attributes can be parsed for enums and structs
With the `serde-compat` feature (enabled by default), serde attributes can be parsed for enums and structs.
Supported serde attributes:
- `rename`
- `rename-all`
Expand Down

0 comments on commit 08da263

Please sign in to comment.