From 6eca74698bb2c74aee348560baf685b26711f248 Mon Sep 17 00:00:00 2001 From: Nick Martin <58752614+nickmartin1ee7@users.noreply.github.com> Date: Tue, 22 Mar 2022 20:22:49 -0400 Subject: [PATCH] Update README.md (#1442) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2689255d..6543c5be 100644 --- a/README.md +++ b/README.md @@ -1663,7 +1663,7 @@ To also include the timestamp with each log, set `LOG_TIMESTAMP` to "true". The Feature is used run commands when the server starts, client connects, or client disconnects. **Notes:** -* On clinet connect we only know there was a connection, and not who connected. RCON commands will need to be used for that. +* On client connect we only know there was a connection, and not who connected. RCON commands will need to be used for that. * Using '|-' is preferred for yaml, this make sure only the correct new lines are in place for the commands. **On Server Start:**