From 6f4a1305fa1f421dc620b61930b8b0cecff1b2db Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 10 May 2025 09:06:44 -0400 Subject: [PATCH] Fix wrong example in Usage guide This had "type: sheet" defined, which isn't a thing anymore(?) Instead we should make it match the previous code block with a name field. --- Usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Usage.md b/Usage.md index 350bb4d..cd3965b 100644 --- a/Usage.md +++ b/Usage.md @@ -24,7 +24,7 @@ If not, parsing should fail. We can define fields like this: ```yml -type: sheet +name: AozActionTransient fields: - name: Stats - name: Description @@ -375,4 +375,4 @@ pendingFields: ``` > [!IMPORTANT] -> `pendingFields` key is meant to be a complete replacement for `fields`. When creating a `pendingFields` key, make sure to copy the entire structure of `fields`. \ No newline at end of file +> `pendingFields` key is meant to be a complete replacement for `fields`. When creating a `pendingFields` key, make sure to copy the entire structure of `fields`.