aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker/tabhud
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/assets/skyblocker/tabhud')
-rw-r--r--src/main/resources/assets/skyblocker/tabhud/readme.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/assets/skyblocker/tabhud/readme.md b/src/main/resources/assets/skyblocker/tabhud/readme.md
index a50c1f96..9e637500 100644
--- a/src/main/resources/assets/skyblocker/tabhud/readme.md
+++ b/src/main/resources/assets/skyblocker/tabhud/readme.md
@@ -177,10 +177,12 @@ Example: Stack A, B, C vertically/center-aligned, then align with leftOfCenter
- Places a widget at some position, moving it in any direction as needed. Only makes sense to use on one widget at a time, as applying the same Place op to multiple widgtes causes them to be on top of each other.
Example: Place A at "center"
+```
+-----------+ +-----------+
| | | |
| A | | -> v |
| | --> | A |
| | | |
| | | |
-+-----------+ +-----------+ \ No newline at end of file
++-----------+ +-----------+
+``` \ No newline at end of file