From b309bc3564d0f8a3eff686b8f967c7d2566f952e Mon Sep 17 00:00:00 2001 From: bllry <83239039+bllryy@users.noreply.github.com> Date: Sat, 11 Jul 2026 16:11:02 -0400 Subject: [PATCH] Fix code block formatting in README.md Correct formatting for code blocks in installation instructions. --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d1b6bf5..bd4dead 100644 --- a/README.md +++ b/README.md @@ -17,18 +17,18 @@ abstraction, and one screen stack. - Tick and wall-clock schedulers, client/input utilities ## Install -``` -maven { url = 'https://bllry.com/maven' } -``` -``` + +```maven { url = 'https://bllry.com/maven' }``` + ### Version 1.0.0 ### Gradle -``` -implementation 'xyz.meowing:lattice-26.1.2-fabric:1.0.0' -``` + +```implementation 'xyz.meowing:lattice-26.1.2-fabric:1.0.0``` + Maven + ``` xyz.meowing @@ -36,6 +36,7 @@ Maven 1.0.0 ``` + ## Documentation Full docs live in [`docs/`](docs/README.md) — start with