diff --git a/src/output.js b/src/output.js index 101055e..374d7eb 100644 --- a/src/output.js +++ b/src/output.js @@ -1,10 +1,8 @@ // Your "Output" tab should look like this const modifier = (text) => { - // - // Ideally, your other output code goes above this line + // Your other output modifier scripts go here (preferred) text = AutoCards("output", text); - // Alternatively, you may also put it below this line - // + // Your other output modifier scripts go here (alternative) return {text}; }; modifier(text);