Browse Source

Fixed capitalization error

pull/29/head
Chris 10 years ago
parent
commit
2240fdbd10
1 changed files with 10 additions and 3 deletions
  1. 13
      README.md

13
README.md

@ -57,8 +57,15 @@ First attempt at packaging went not as planned. I've since swapped from `distuti
Fixing Parser issues ([#18](https://github.com/chriskiehl/Gooey/issues/18)) Fixing Parser issues ([#18](https://github.com/chriskiehl/Gooey/issues/18))
Quick Start
-------------
----------
##Quick Start
###Installation instructions ###Installation instructions
@ -111,7 +118,7 @@ How does it work?
Gooey is attached to your code via a simple decorator on your `main` method. Gooey is attached to your code via a simple decorator on your `main` method.
@gooey <--- all it takes! :)
@Gooey <--- all it takes! :)
def main(): def main():
# rest of code # rest of code

Loading…
Cancel
Save