From 00c6ad1b4181ca6e010a3ad7fd44dc108be40420 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Wed, 27 Dec 2023 19:06:59 -0600 Subject: [PATCH] typo "sidmnbt" --- simdnbt-derive/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simdnbt-derive/README.md b/simdnbt-derive/README.md index f9487be..a2970e6 100644 --- a/simdnbt-derive/README.md +++ b/simdnbt-derive/README.md @@ -1,3 +1,3 @@ -Add support for `#[derive(Serialize, Deserialize)]` to sidmnbt. +Add support for `#[derive(Serialize, Deserialize)]` to simdnbt. You can use `#[simdnbt(rename = "Value")]` to have fields be serialized with a name other than the field name.