diff --git a/build-html.sh b/build-html.sh
index 50d163e..28db74d 100755
--- a/build-html.sh
+++ b/build-html.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Script to build an HTML site from the PDF source
-docker run -d -v $(pwd):/source sothr/pdf2htmlex pdf2htmlex --embed cfijo --dest-dir /source/out /source/DPSResume.pdf
+docker run -d -v $(pwd):/source sothr/pdf2htmlex pdf2htmlEX --embed cfijo --dest-dir /source/out /source/DPSResume.pdf
tar -czvf ResumeSite.tar.gz out/*