Skip to content

Commit 83ed874

Browse files
committed
Reorganize README getting started section
1 parent 1c0f01d commit 83ed874

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ It supports:
1515
- Supports reading and writing SNBT (Stringified Named Binary Tag).
1616
- Supports [NBTPath](https://minecraft.wiki/w/NBT_path) (a query language for NBT data).
1717

18-
We provide detailed documentation for all APIs, which can be found here:
18+
To get started, check out the following documents:
19+
20+
- Quick Start ([中文](docs/QuickStart_zh.md))
21+
- Tutorial ([中文](docs/Tutorial_zh.md))
22+
23+
We also provide detailed documentation for all APIs, which can be found here:
1924
[HelloNBT Javadoc](https://javadoc.io/doc/org.glavo/HelloNBT).
2025

2126
This library is used for the [Hello! Minecraft Launcher](https://github.com/HMCL-Dev-HMCL).
@@ -42,11 +47,6 @@ Maven:
4247
</dependency>
4348
```
4449

45-
## Getting Started
46-
47-
- Quick Start ([中文](docs/QuickStart_zh.md))
48-
- Tutorial ([中文](docs/Tutorial_zh.md))
49-
5050
## License
5151

5252
This project is licensed under the Apache License, Version 2.0.

0 commit comments

Comments
 (0)