From bfe13a68105895b3309b5ec7f00d11bbec67909b Mon Sep 17 00:00:00 2001 From: chriskiehl Date: Sun, 24 Aug 2014 10:44:24 -0400 Subject: [PATCH] fixed table in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05d3c13..1fdc52d 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ 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 @@ -97,7 +97,7 @@ At runtime, it loads the Abstract Syntax Tree for your module and parses it for Currently, the `ArgumentParser._actions` are mapped to the following `WX` components. | Parser Action | Widget | Example | -|:----------------------|-----------| +|:----------------------|-----------|------| | store | TextCtrl | | | store_const | CheckBox | | | store_true| CheckBox | |