diff --git a/examples/customize/customize.json b/examples/customize/customize.json
index 997914f..4dfeffc 100644
--- a/examples/customize/customize.json
+++ b/examples/customize/customize.json
@@ -5,7 +5,7 @@
{
"name": "custom",
"title": "Customized form",
- "description": "This form is customized using global CSS and inline CSS.
The form's background has been made lightgray, the input box is green, the submit button is red and the results are wrapped in a scrolling viewport.",
+ "description": "This form is customized using global CSS and inline CSS.
The form's background has been made lightgray, the submit button is red and the results are wrapped in a scrolling viewport. This was achieved using a global \"custom_css\": \"custom.css\",
form configuration option.
The background of the input box has been turned green. This is done using the style
option for the fom field.",
"script": "job_customize.sh",
"fields": [
{