From e8f1b5fb4a69915adf51258d2a524a289ef37a27 Mon Sep 17 00:00:00 2001 From: hgw Date: Mon, 2 Oct 2023 05:17:49 +0000 Subject: [PATCH] edit readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48fcfda..5dd36f0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ var phish = require('phish2') Currently the only available use is the main aquarium generator, which is invoked by using `phish.aquarium(height, length)`. The output of the aquarium generator is an array with each line as a value -Example `phish.aquarium(5,5) output`: +Example `phish.aquarium(5,5)` output: ``` [ '     ', ' 🐡   ', '   🐡🐠', '🐙🐡 🦑 ', '  🦀🌿 ' ]