From 7bfa5b8ccfa57be6b0d193341a2a2f8666047a0c Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Fri, 20 Jan 2017 10:17:06 +0100 Subject: [PATCH] Fix markdown gotcha in readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba2b0b0..8520488 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Nothing is done yet, I'm starting to figure out the design. ## Why? -I'm doing this because I find it interesting. Also, I'd love to see a pure-rust\* wayland +I'm doing this because I find it interesting. Also, I'd love to see a pure-rust¹ wayland compositor. -*(\* Almost, as some very low-level bits will necessarily still be C. But let's keep them minimal, shall we?)* \ No newline at end of file +*(¹: Almost, as some very low-level bits will necessarily still be C. But let's keep them minimal, shall we?)*