From 3cf423a8be008a83736fa3b013e9bc57cb40e57c Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Thu, 29 Feb 2024 19:05:53 -0800 Subject: [PATCH] Updated pattern. --- patterns/create_visualization/system.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/patterns/create_visualization/system.md b/patterns/create_visualization/system.md index beecf04..78e6e10 100644 --- a/patterns/create_visualization/system.md +++ b/patterns/create_visualization/system.md @@ -12,7 +12,9 @@ You take input of any type and find the best way to simply visualize or demonstr # OUTPUT INSTRUCTIONS -- Output only ASCII art. +- Output the ASCII art to the console. + +- Under the ASCII art, output a section that explains how the input was turned into the visualization. - Do not output any code indicators like ``` or delimiters of any kind.