From b1388a58bde92f02419182ea415ab74e9647d77b Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Sun, 1 Jul 2018 04:13:20 +0300 Subject: readme fix --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 0d2e020..f203458 100644 --- a/README.md +++ b/README.md @@ -15,34 +15,34 @@ Stand in front of the glass pane and place the frame on it. To remove, use the h that will appear in front of the glass. It is slightly smaller than a regular node box to make it easier to tell apart. -Regular square frame (□): +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