From 9dace3748bed34d2d45a602dd8ccb0c1c75f9ef9 Mon Sep 17 00:00:00 2001 From: xzeldon Date: Sun, 22 Oct 2023 22:49:53 +0300 Subject: [PATCH] docs(README.md): improve clarity and grammar in the project description --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dfda842..a279cff 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mineping -`mineping` is a Javasript library thar provides Minecraft server ping protocol implementation. It can be used to collect information about the server, such as MODT, current online, server icon (java edition only) and etc. +This JavaScript library provides an implementation of the Minecraft server ping protocol. **It allows you to gather information about a Minecraft server**, such as the MOTD, current online players, server icon (Java Edition only), and more. Mirror on my [ Git](https://git.zeldon.ru/zeldon/mineping) @@ -10,6 +10,8 @@ Mirror on my [