aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorUnknown2018-06-09 11:12:20 +0100
committerUnknown2018-06-09 11:12:20 +0100
commit3284e8eebf567f6d9a22fb8885783495bcca2c9e (patch)
tree01cf5658334352f3a2a57e50352272e3e179a54c /README.md
parent806b6cdb3cc7de31e54da4fcd953d325c92a1aca (diff)
l;'#
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index a03f619..1b0f699 100644
--- a/README.md
+++ b/README.md
@@ -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
}
}
```