From 48972683b6516458301efb989510b66229a058d2 Mon Sep 17 00:00:00 2001 From: David Bieber Date: Wed, 15 Aug 2018 13:19:10 -0400 Subject: [PATCH] remove hyphen in "python-fire" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc7b5aa3..997a4923 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [clint](https://github.com/kennethreitz/clint) - Python Command-line Application Tools. * [docopt](http://docopt.org/) - Pythonic command line arguments parser. * [Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line. - * [Python-Fire](https://github.com/google/python-fire) - A library for creating command line interfaces from absolutely any Python object. + * [Python Fire](https://github.com/google/python-fire) - A library for creating command line interfaces from absolutely any Python object. * [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A library for building powerful interactive command lines. * Terminal Rendering * [asciimatics](https://github.com/peterbrittain/asciimatics) - A package to create full-screen text UIs (from interactive forms to ASCII animations).