diff --git a/README.md b/README.md
index f5c0a6ce6667000b9f245925f1f9d36eb9d600c2..afe0afea94196f572936658d1f6fe26ef4256c98 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-### Převod html dokumentace do md formátu
+### Převod html dokumentace do md formátu (version 0.35)
 
 Výsledkem projektu by měl být skript pro stažení a převod stávající dokumentace na docs.it4i.cz do md formátu
 
diff --git a/html_md.sh b/html_md.sh
index f3051e4568b80f5ac12b8ad4cae9a7aa00a1440c..c7ae05a53739ea08e7d51f6d4302fcdf70270b17 100755
--- a/html_md.sh
+++ b/html_md.sh
@@ -2,9 +2,9 @@
 
 ### DOWNLOAD AND CONVERT DOCUMENTATION
 # autor: kru0052
-# version: 1.3
-# change: repair images links
-# bugs: bad formatting tables, bad links for other files, stayed a few html elements
+# version: 0.35
+# change: repair images bugs, change version number -1 - beta
+# bugs: bad formatting tables, bad links for other files, stayed a few html elements, formatting bugs...
 ###
 
 if [ "$1" = "-t" ]; then
@@ -60,7 +60,6 @@ if [ "$1" = "-t" ]; then
 
 	
 fi
-
 if [ "$1" = "-w" ]; then
 	# download html pages 
 	wget -X pbspro-documentation,changelog,whats-new,portal_css,portal_javascripts,++resource++jquery-ui-themes,anselm-cluster-documentation/icon.jpg -R favicon.ico,pdf.png,logo.png,background.png,application.png,search_icon.png,png.png,sh.png,touch_icon.png,anselm-cluster-documentation/icon.jpg,*js,robots.txt,*xml,RSS,download_icon.png,pdf,*zip,*rar,@@*,anselm-cluster-documentation/icon.jpg.1 --mirror --convert-links --adjust-extension --page-requisites  --no-parent https://docs.it4i.cz;