diff --git a/README.md b/README.md index e345544..f94a05b 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ Give them a home for rest and relaxation in a cursor's natural space. ``` Cursor Park & Nature Preserve 🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳 -🌳 🐌 🐐 🌳 -🌳 🌴🐕 🌳 -🌳 🐛 🌳 -🌳 🌳 -🌳 🐝 🌳 +🌳⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜🐛⬜⬜⬜⬜🌳 +🌳🐘⬜⬜⬜⬜⬜⬜⬜⬜🐐⬜⬜⬜⬜⬜⬜⬜⬜🌳 +🌳⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜🦀⬜⬜🌳 +🌳⬜⬜⬜⬜⬜⬜⬜🦀⬜🐑⬜🐈⬜⬜⬜⬜⬜⬜🌳 +🌳⬜⬜⬜⬜🦍⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜🌳 🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳 ``` diff --git a/main.go b/main.go index e09d0dc..c7f5377 100644 --- a/main.go +++ b/main.go @@ -25,7 +25,7 @@ Cursor Park & Nature Preserve const ( tree = "🌳" - blank = " " + blank = "⬜" ) func main() {