Browse Source

Fix example typo in menu section of README

pull/904/head
Benjamin Waring 9 months ago
parent
commit
00d584a7dd
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -439,7 +439,7 @@ Each map is made up of two key/value pairs
You can have as many menu groups as you want. They're passed as a list to the `menu` argument on the `@Gooey` decorator.
```
@Gooey(menu=[{'name': 'File', 'items: []},
@Gooey(menu=[{'name': 'File', 'items': []},
{'name': 'Tools', 'items': []},
{'name': 'Help', 'items': []}])
```

Loading…
Cancel
Save