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