diff --git a/README.md b/README.md
index d0571419..998b62c6 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,9 @@ Leaves
**English** | [中文](https://github.com/LeavesMC/Leaves/blob/master/README_cn.md)
-> Fork of [Paper](https://github.com/PaperMC/Paper) aimed at repairing broken vanilla properties.
+> Fork of [Paper](https://github.com/PaperMC/Paper) aims at repairing broken vanilla properties.
-> You can see what we modify and fix in [this](https://github.com/LeavesMC/Leaves/blob/master/docs/MODIFICATION.md)
+> You can see what we modify and fix at [here](https://github.com/LeavesMC/Leaves/blob/master/docs/MODIFICATION.md)
## How To (Server Admins)
Leaves use the same paperclip jar system that Paper uses.
@@ -23,7 +23,7 @@ You can visit our [documentation](https://docs.leavesmc.top/leaves) for more inf
## How To (Plugin developers)
In order to use Leaves as a dependency you must [build it yourself](https://github.com/LeavesMC/Leaves#building).
-Each time you want to update your dependency you must re-build Leaves.
+Each time you want to update your dependency, you must re-build Leaves.
Leaves-API maven dependency:
```kotlin
@@ -41,13 +41,13 @@ dependencies {
## Building
-You need JDK 17 and good internet connection
+You need JDK 17 and good Internet conditions
-Clone this repo, run `./gradlew applyPatches`, then `./gradlew createReobfBundlerJar` form your terminal.
+Clone this repo, run `./gradlew applyPatches`, then run `./gradlew createReobfBundlerJar` in your terminal.
-You can find jar in `build/libs` directory.
+You can find the jars in the `build/libs` directory.
-## Pull Request
+## Pull Requests
See [Contributing](https://github.com/LeavesMC/Leaves/blob/master/docs/CONTRIBUTING.md)
@@ -56,5 +56,3 @@ See [Contributing](https://github.com/LeavesMC/Leaves/blob/master/docs/CONTRIBUT
[
](https://www.jetbrains.com)
[JetBrains](https://www.jetbrains.com/), creators of the IntelliJ IDEA, supports We with one of their [Open Source Licenses](https://www.jetbrains.com/opensource/). We recommend using IntelliJ IDEA as your IDE.
-
-
diff --git a/README_cn.md b/README_cn.md
index 2d64371f..fdaca1e0 100644
--- a/README_cn.md
+++ b/README_cn.md
@@ -13,7 +13,7 @@ Leaves
> 你可以在 [这里](https://github.com/LeavesMC/Leaves/blob/master/docs/MODIFICATION_cn.md) 查看所有的修改和修复内容
## 对于服务器管理员
-此分支使用与Paper一致的paperclip分发
+此分支使用与 Paper 一致的 paperclip 分发
你可以从 [此处](https://github.com/LeavesMC/Leaves/releases/latest) 下载最新的构建结果 (1.20.x)
@@ -22,7 +22,7 @@ Leaves
如果你想要获得更多信息,那么你可以访问我们的 [文档](https://docs.leavesmc.top/zh/leaves)
## 对于插件开发者
-如果你要将Leaves作为依赖,那么你必须进行 [自行构建](https://github.com/LeavesMC/Leaves/blob/master/README_cn.md#自行构建)
+如果你要将 Leaves 作为依赖,那么你必须进行 [自行构建](https://github.com/LeavesMC/Leaves/blob/master/README_cn.md#自行构建)
Leaves-API:
```kotlin
@@ -40,7 +40,7 @@ dependencies {
## 自行构建
-你需要最低JDK17和一个可以正常访问各种git/maven库的网络
+你需要最低 JDK 17 和一个可以正常访问各种 git/maven 库的网络
首先克隆此储存库,然后在你的终端里依次执行 `./gradlew applyPatches` 和 `./gradlew createReobfBundlerJar`
@@ -55,5 +55,3 @@ dependencies {
[
](https://www.jetbrains.com)
[JetBrains](https://www.jetbrains.com/),IntelliJ IDEA的创造者,为Leaves提供了 [开源许可证](https://www.jetbrains.com/opensource/)。我们极力推荐使用IntelliJ IDEA作为你的IDE。
-
-
diff --git a/scripts/GetReleaseInfo.sh b/scripts/GetReleaseInfo.sh
index d3ee977d..490ec09b 100644
--- a/scripts/GetReleaseInfo.sh
+++ b/scripts/GetReleaseInfo.sh
@@ -37,7 +37,7 @@ echo "$leavesid [![download](https://img.shields.io/github/downloads/LeavesMC/Le
echo "=====" >> $releaseinfo
echo "" >> $releaseinfo
if [ $preVersion = "true" ]; then
- echo "> This is early, experimental build. It is only recommended for usage on test servers and should be used with caution." >> $releaseinfo
+ echo "> This is an early, experimental build. It is only recommended for usage on test servers and should be used with caution." >> $releaseinfo
echo "> **Backups are mandatory!**" >> $releaseinfo
echo "" >> $releaseinfo
fi