aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHenauxg <19689618+Henauxg@users.noreply.github.com>2022-10-20 12:14:55 +0200
committerHenauxg <19689618+Henauxg@users.noreply.github.com>2022-10-20 12:14:55 +0200
commit643bdb6d21f1f2187bf59fe005e053d5b3b9086a (patch)
tree76b799523e64fe6cd3e57fd2c879172bfaa2b90c /README.md
parent7522818f238c1f456e4e7b77e88dae222a94f982 (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2fc998f..d267368 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ It currently features:
- Receive reliable (ordered or unordered) messages from the server
- A Server plugin which can:
- Accept client connections
- - Brodcast reliable ordered messages to the clients
+ - Send reliable ordered messages to the clients
- Receive reliable (ordered or unordered) messages from any client
- Both client & server accept custom protocol structs/enums defined by the user as the message format.