3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00

Minor grammar improvements

Dieser Commit ist enthalten in:
Anston Sorensen 2024-06-16 00:48:32 -05:00 committet von GitHub
Ursprung 350ea7f31e
Commit 1fbd284f58
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: B5690EEEBB952194

Datei anzeigen

@ -15,14 +15,14 @@ Velocity is licensed under the GPLv3 license.
* High performance: handle thousands of players on one proxy. * High performance: handle thousands of players on one proxy.
* A new, refreshing API built from the ground up to be flexible and powerful * A new, refreshing API built from the ground up to be flexible and powerful
whilst avoiding design mistakes and suboptimal designs from other proxies. whilst avoiding design mistakes and suboptimal designs from other proxies.
* First-class support for Paper, Sponge, Fabric and Forge. (Other implementations * First-class support for Paper, Sponge, Fabric, and Forge. (Other implementations
may work, but we make every endeavor to support these server implementations may work, but we make every endeavor to support these server implementations
specifically.) specifically.)
## Building ## Building
Velocity is built with [Gradle](https://gradle.org). We recommend using the Velocity is built with [Gradle](https://gradle.org). We recommend using the
wrapper script (`./gradlew`) as our CI builds using it. wrapper script (`./gradlew`) as our CI builds use it.
It is sufficient to run `./gradlew build` to run the full build cycle. It is sufficient to run `./gradlew build` to run the full build cycle.