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
## 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
```
<dependency>
<groupId>xyz.meowing</groupId>
@ -36,6 +36,7 @@ Maven
<version>1.0.0</version>
</dependency>
```
## Documentation
Full docs live in [`docs/`](docs/README.md) — start with