From 7560b24c4ab03ed0351cd5959132689b4d323eb3 Mon Sep 17 00:00:00 2001
From: Rob Austein <sra@hactrn.net>
Date: Sun, 10 Mar 2019 14:49:22 -0400
Subject: That looked weird, try different Markdown formatting.

---
 README.md | 30 ++++++++++++++----------------
 1 file changed, 14 insertions(+), 16 deletions(-)

(limited to 'README.md')

diff --git a/README.md b/README.md
index 6d88824..93db71c 100644
--- a/README.md
+++ b/README.md
@@ -36,19 +36,17 @@ This is what `pyzipper --help` returns as of this writing.  The
 program itself is authoritative, this is just a snapshot for
 convenience.
 
-```
-usage: pyzipper [-h] -o OUTPUT [-m MODULE] [-e EXECUTABLE] source
-
-Generate an executable Python zip package.
-
-positional arguments:
-  source
-
-optional arguments:
-  -h, --help            show this help message and exit
-  -o OUTPUT, --output OUTPUT
-  -m MODULE, --module MODULE
-                        module within package to run (default: main)
-  -e EXECUTABLE, --executable EXECUTABLE
-                        python executable to run (default: python)
-```
+> usage: pyzipper [-h] -o OUTPUT [-m MODULE] [-e EXECUTABLE] source
+>
+> Generate an executable Python zip package.
+>
+> positional arguments:
+>   source
+>
+> optional arguments:
+>   -h, --help            show this help message and exit
+>   -o OUTPUT, --output OUTPUT
+>   -m MODULE, --module MODULE
+>                         module within package to run (default: main)
+>   -e EXECUTABLE, --executable EXECUTABLE
+>                         python executable to run (default: python)
-- 
cgit v1.2.3