aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}
}
```