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
|
- 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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue