Fix code block formatting in README.md

Correct formatting for code blocks in installation instructions.
This commit is contained in:
bllry 2026-07-11 16:11:02 -04:00 committed by GitHub
parent b876893eca
commit b309bc3564
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,18 +17,18 @@ abstraction, and one screen stack.
- Tick and wall-clock schedulers, client/input utilities - Tick and wall-clock schedulers, client/input utilities
## Install ## Install
```
maven { url = 'https://bllry.com/maven' } ```maven { url = 'https://bllry.com/maven' }```
```
```
### Version 1.0.0 ### Version 1.0.0
### Gradle ### Gradle
```
implementation 'xyz.meowing:lattice-26.1.2-fabric:1.0.0' ```implementation 'xyz.meowing:lattice-26.1.2-fabric:1.0.0```
```
Maven Maven
``` ```
<dependency> <dependency>
<groupId>xyz.meowing</groupId> <groupId>xyz.meowing</groupId>
@ -36,6 +36,7 @@ Maven
<version>1.0.0</version> <version>1.0.0</version>
</dependency> </dependency>
``` ```
## Documentation ## Documentation
Full docs live in [`docs/`](docs/README.md) — start with Full docs live in [`docs/`](docs/README.md) — start with