Browse Source

Update README.md

Gooey decorator was written as lower-case gooey in the first example.
pull/3/head
Brian Curtin 10 years ago
parent
commit
280991b58e
1 changed files with 2 additions and 2 deletions
  1. 4
      README.md

4
README.md

@ -46,7 +46,7 @@ Gooey is attached to your code via a simple decorator on your `main` method.
from gooey import Gooey from gooey import Gooey
@gooey <--- all it takes! :)
@Gooey <--- all it takes! :)
def main(): def main():
# rest of code # rest of code
@ -216,4 +216,4 @@ Wanna help?
[1]: http://i.imgur.com/7fKUvw9.png
[1]: http://i.imgur.com/7fKUvw9.png
Loading…
Cancel
Save