diff --git a/docs/docs.html b/docs/docs.html
index c4fec01..a73f512 100644
--- a/docs/docs.html
+++ b/docs/docs.html
@@ -259,7 +259,7 @@
delimiter: ",",
header: true,
newline: "\r\n",
- skipEmptyLines: false, //or 'greedy',
+ skipEmptyLines: false, //other option is 'greedy', meaning skip delimiters, quotes, and whitespace.
columns: null //or array of strings
}