From 308a8bdc020bebe2a559c3325ea2bc3344359b64 Mon Sep 17 00:00:00 2001 From: Nicholas Rishel Date: Thu, 16 Sep 2021 17:51:29 -0700 Subject: [PATCH] Use crab emoji instead of markdown (#204) Github style markdown emoticons don't work on crates.io. Use emoji instead. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27d84a1..77e56a8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![Pixels Logo](img/pixels.png) -A tiny hardware-accelerated pixel frame buffer. :crab: +A tiny hardware-accelerated pixel frame buffer. 🦀 ## But why?