summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files 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