diff --git a/README.md b/README.md index 87d0328a02bd4e4cf7604e1570b5b93daabc964d..a6954702c57b619dab4d13336cebade31d04709b 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 ```