diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -155,7 +155,8 @@ You can specify where output goes by adding an extra argument with the format be ```js { log: function(input) { - // output the input variable + // output the input variable (which is html) + // if you are outputting to a html document, you must return the element you just added } } ``` |