diff --git a/README.md b/README.md
index 9bb778d2..687d876a 100644
--- a/README.md
+++ b/README.md
@@ -174,7 +174,7 @@ Optional site parameters:
math: true # Enable math typesetting with KaTeX
paigebootstrapstyles: "/my-assets/my-styles.css" # Use local Bootstrap styles
paigebootstrapicons: "/my-assets/my-icons.css" # Use local Bootstrap icons
-paigebootstrapjs: "/my-assets/my-scripts.js" # Use local Bootstrap scripts
+paigebootstrapscripts: "/my-assets/my-scripts.js" # Use local Bootstrap scripts
paigedateformat: "2006 January 2" # Format for page dates
paigehidethemecomment: true # Don't put a link to the project in a code comment
paigehidethemelink: true # Don't put a link to the project in the footer
diff --git a/layouts/partials/paige-script.html b/layouts/partials/paige-script.html
index 83dc6845..3a3ff43b 100644
--- a/layouts/partials/paige-script.html
+++ b/layouts/partials/paige-script.html
@@ -1,4 +1,4 @@
-{{ with .Site.Params.paigebootstrapjs }}
+{{ with .Site.Params.paigebootstrapscripts }}
{{ else }}