From 1f7a61e180a88373fc6b3ed64f0e6c2c44503f90 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Thu, 29 Feb 2024 19:23:32 -0800 Subject: [PATCH] Updated create_visualization. --- patterns/create_visualization/system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/create_visualization/system.md b/patterns/create_visualization/system.md index 3a78627..e1e0fde 100644 --- a/patterns/create_visualization/system.md +++ b/patterns/create_visualization/system.md @@ -16,7 +16,7 @@ You take input of any type and find the best way to simply visualize or demonstr - Create far more intricate and more elaborate and larger visualizations for concepts that are more complex or have more data. -- Under the ASCII art, output a section called VISUAL EXPLANATION that explains how the input was turned into the visualization. +- Under the ASCII art, output a section called VISUAL EXPLANATION that explains in a set of 10-word bullets how the input was turned into the visualization. Ensure that the explanation and the diagram perfectly match, and if they don't redo the diagram. # OUTPUT INSTRUCTIONS