From e10635c5b5ae352792be2838052c83ce0c67f579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 15 May 2018 08:49:56 +0200 Subject: [PATCH] Basic script template --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c38a434..a1d003b 100644 --- a/README.md +++ b/README.md @@ -913,7 +913,7 @@ wf.close() Progress Bar ------------ -#### Basic: +### Basic: ```python import sys @@ -958,7 +958,7 @@ for el in Bar.foreach([1, 2, 3, 4]): sleep(0.02) ``` -#### Progress: +### Progress: ```python # $ pip3 install progress from progress.bar import Bar