diff --git a/examples/commands/index.html b/examples/commands/index.html index f07748f81..35a307593 100644 --- a/examples/commands/index.html +++ b/examples/commands/index.html @@ -53,11 +53,11 @@ { name: 'command_arguments_wild' }, { name: 'command_arguments_struct', - args: { Person: { name: 'ferris', age: 6 } } + args: { person: { name: 'ferris', age: 6 } } }, { name: 'command_arguments_tuple_struct', - args: { InlinePerson: ['ferris', 6] } + args: { inlinePerson: ['ferris', 6] } } ]