diff --git a/examples/browser-test.html b/examples/browser-test.html
index 3c10e3f..ccdc942 100644
--- a/examples/browser-test.html
+++ b/examples/browser-test.html
@@ -41,7 +41,7 @@
 			    });
 
 			    // Handle the --include-file switch
-			    parser.on('include-file', function(value) {
+			    parser.on('include-file', function(name, value) {
 			        options.files.push(value);
 			    });