diff --git a/website/source/docs/drivers/java.html.md b/website/source/docs/drivers/java.html.md
index 2a287b06a..a34719a36 100644
--- a/website/source/docs/drivers/java.html.md
+++ b/website/source/docs/drivers/java.html.md
@@ -45,7 +45,7 @@ task "web" {
config {
jar_path = "local/hello.jar"
- jvm_options = "-Xmx2048m -Xms256m"
+ jvm_options = ["-Xmx2048m", "-Xms256m"]
}
# Specifying an artifact is required with the "java"