From 280991b58e1418a0cd0c5bc8700571004bc3be2f Mon Sep 17 00:00:00 2001 From: Brian Curtin Date: Sun, 24 Aug 2014 12:14:31 -0500 Subject: [PATCH] Update README.md Gooey decorator was written as lower-case gooey in the first example. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95cd460..22faa86 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Gooey is attached to your code via a simple decorator on your `main` method. from gooey import Gooey - @gooey <--- all it takes! :) + @Gooey <--- all it takes! :) def main(): # rest of code @@ -216,4 +216,4 @@ Wanna help? - [1]: http://i.imgur.com/7fKUvw9.png \ No newline at end of file + [1]: http://i.imgur.com/7fKUvw9.png