Tweak README.md

This commit is contained in:
Ryan Johnson 2023-03-06 19:48:20 -08:00 committed by GitHub
parent 7e7af6e7c1
commit a69cc5d1c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,8 +32,8 @@ in Minecraft such as minigame servers.
Valence aims to be the following: Valence aims to be the following:
* **Complete**. Abstractions for the full breadth of the Minecraft protocol. * **Complete**. Abstractions for the full breadth of the Minecraft protocol.
* **Flexible**. Valence provides direct access to the lowest levels of Minecraft's protocol when necessary. * **Flexible**. Can easily extend Valence from within user code. Direct access to the Minecraft protocol is provided.
* **Modular**. Pick and choose the features you actually need. * **Modular**. Pick and choose the components you need.
* **Intuitive**. An API that is easy to use and difficult to misuse. Extensive documentation and examples are important. * **Intuitive**. An API that is easy to use and difficult to misuse. Extensive documentation and examples are important.
* **Efficient**. Optimal use of system resources with multiple CPU cores in mind. Valence uses very little memory and * **Efficient**. Optimal use of system resources with multiple CPU cores in mind. Valence uses very little memory and
can can