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: ``` [ '     ', ' 🐡   ', '   🐡🐠', '🐙🐡 🦑 ', '  🦀🌿 ' ]