diff --git a/README.md b/README.md index 059dd4e..0f44a1d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ A Docker image is vailable on [my DockerHub repository](https://hub.docker.com/r To convert myfile.pdf to myfile.epub, run the following command in the directory where the PDF file is located: ``` -docker run -ti --rm -v `pwd`:/pdf dodeeric/pdf2epubex pdf2epubEX.sh myfile.pdf +docker run -ti --rm -v `pwd`:/temp dodeeric/pdf2epubex pdf2epubEX.sh myfile.pdf ``` The result will be: myfile.epub @@ -49,7 +49,7 @@ You can also use *pdf2htmlEX* with this same Docker image: To convert myfile.pdf to myfile.html, run the following command in the directory where the PDF file is located: ``` -docker run -ti --rm -v `pwd`:/pdf dodeeric/pdf2epubex pdf2htmlEX myfile.pdf +docker run -ti --rm -v `pwd`:/temp dodeeric/pdf2epubex pdf2htmlEX myfile.pdf ``` The result will be: myfile.html @@ -57,7 +57,7 @@ The result will be: myfile.html *pdf2htmlEX* has a lot of parameters. To see them: ``` -docker run -ti --rm -v `pwd`:/pdf dodeeric/pdf2epubex pdf2htmlEX --help +docker run -ti --rm -v `pwd`:/temp dodeeric/pdf2epubex pdf2htmlEX --help ``` ### Prerequisites