diff --git a/Setup-PDF.js-in-a-website-(Windows).mediawiki b/Setup-PDF.js-in-a-website-(Windows).mediawiki
index e125aec..fd86983 100644
--- a/Setup-PDF.js-in-a-website-(Windows).mediawiki
+++ b/Setup-PDF.js-in-a-website-(Windows).mediawiki
@@ -67,9 +67,9 @@ Be sure to edit viewer.html and viewer.js to use the correct f
Now that your build is done, you can copy the viewer and its resources (core files) to your production directory and upload the contents of that directory to your web server (use Git Bash again):
# make a production directory if you haven't done so already
- mkdir ./production/
+ mkdir production
# copy the viewer and its resources to the production folder
- cp -R ./build/generic ./production
+ cp -R build/generic production
=== Compatibility ===