From 2240fdbd101375d88b541ec81cdef2c39bafb104 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 27 Aug 2014 22:34:23 -0400 Subject: [PATCH] Fixed capitalization error --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a597355..6ac8516 100644 --- a/README.md +++ b/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)) -Quick Start -------------- +---------- + + + + + + +##Quick Start + ###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 <--- all it takes! :) + @Gooey <--- all it takes! :) def main(): # rest of code