Fix code block formatting in README.md
Correct formatting for code blocks in installation instructions.
This commit is contained in:
parent
b876893eca
commit
b309bc3564
1 changed files with 8 additions and 7 deletions
15
README.md
15
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
|
||||
|
||||
```
|
||||
<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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue