From 3c0db29a682fb80073e9fb156dce5e520b697dca Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Sun, 1 Jul 2018 04:14:41 +0300 Subject: readme fix --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index f203458..2125c4f 100644 --- a/README.md +++ b/README.md @@ -18,31 +18,31 @@ make it easier to tell apart. Regular square frame (▢): ``` -stick, stick, stick -stick, %wood_planks%, stick -stick, stick, stick +stick, stick, stick +stick, %wood_planks%, stick +stick, stick, stick ``` Quartered square frame (▢ + ✛): ``` -"", stick, "" -stick, %wood_planks%, stick -"", stick, "" +"", stick, "" +stick, %wood_planks%, stick +"", stick, "" ``` Diagonally quartered frame (▢ + ✕): ``` -stick, "", stick -"", %wood_planks%, "" -stick, "", stick +stick, "", stick +"", %wood_planks%, "" +stick, "", stick ``` Rhombus frame (▢ + ◇): ``` -"", stick, stick -"", %wood_planks%, "" -stick, stick, "" +"", stick, stick +"", %wood_planks%, "" +stick, stick, "" ``` \ No newline at end of file -- cgit v1.2.3