mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +00:00
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.
This commit is contained in:
parent
acaaeb83ac
commit
6f4a1305fa
1 changed files with 2 additions and 2 deletions
2
Usage.md
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue