From 9e6c4e472a4f76467934cac1040a4a8e1fd4a551 Mon Sep 17 00:00:00 2001
From: Lukas Krupcik <lukas.krupcik@vsb.cz>
Date: Tue, 19 Jul 2016 08:24:25 +0200
Subject: [PATCH] Update README.md

---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 87d0328a0..a6954702c 100644
--- a/README.md
+++ b/README.md
@@ -19,19 +19,19 @@ Pro svou práci si naklonujete Gitem repozitář do svého pracovního adresář
 StaĹľenĂ­ souborĹŻ:
 
 ```bash
-$ ./html_md.sh -w
+html_md.sh -w
 ```
 
-### Konverze html do md
+Konverze html do md
 
 ```bash
-$ ./html_md.sh -c
+html_md.sh -c
 ```
 
-### Smazání html/md souborů
+Smazání html/md souborů
 
 ```bash
-$ ./html_md.sh -d -html
-$ ./html_md.sh -d -md
+html_md.sh -d -html
+html_md.sh -d -md
 ```
 
-- 
GitLab