From b68e0c3fca0a231f9e08b6d90aba3c591fa4da5d Mon Sep 17 00:00:00 2001 From: Justin Mayfield Date: Fri, 28 Aug 2015 14:38:06 -0600 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c373da1..a67580e 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,11 @@ TBD Examples -------- -[Hello World](examples/hello_world.py) -[Decorator](examples/decorator.py) -[Nesting (Subcommands)](examples/simple_nesting.py) -[Alternate Styles](examples/skin_a_cat.py) -[Tab Completion](examples/tabcompletion.py) +* [Hello World](examples/hello_world.py) +* [Decorator](examples/decorator.py) +* [Nesting (Subcommands)](examples/simple_nesting.py) +* [Alternate Styles](examples/skin_a_cat.py) +* [Tab Completion](examples/tabcompletion.py) +-------- [All Examples](examples/)