diff options
author | Unknown | 2018-06-09 11:12:20 +0100 |
---|---|---|
committer | Unknown | 2018-06-09 11:12:20 +0100 |
commit | 3284e8eebf567f6d9a22fb8885783495bcca2c9e (patch) | |
tree | 01cf5658334352f3a2a57e50352272e3e179a54c | |
parent | 806b6cdb3cc7de31e54da4fcd953d325c92a1aca (diff) |
l;'#
-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 } } ``` |