From 889c48e6da8b0d65af7921f1a7ef7f52de05e0d7 Mon Sep 17 00:00:00 2001 From: chriskiehl Date: Sun, 24 Aug 2014 10:43:09 -0400 Subject: [PATCH] Updated README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 13862a3..05d3c13 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ To install Gooey, simply clone the project to your local directory Gooey is attached to your code via a simple decorator on your `main` method. + from gooey import Gooey + @gooey <--- all it takes! :) def main(): # rest of code