From a69cc5d1c3ca2cae99ffa05f7df65aba033c8bc9 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Mon, 6 Mar 2023 19:48:20 -0800 Subject: [PATCH] Tweak README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9de91e8..65c375a 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ in Minecraft such as minigame servers. Valence aims to be the following: * **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. -* **Modular**. Pick and choose the features you actually need. +* **Flexible**. Can easily extend Valence from within user code. Direct access to the Minecraft protocol is provided. +* **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. * **Efficient**. Optimal use of system resources with multiple CPU cores in mind. Valence uses very little memory and can