From f4d3cd9304c04e4385ea4a8ee9a677dad65a93c6 Mon Sep 17 00:00:00 2001 From: reggie Date: Sun, 12 Nov 2023 19:58:51 -0600 Subject: [PATCH] Fix typo of "obfuscation" in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c28b7cc..f43e732 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ Red is designed to work out of the box with no configuration required. Just requ Red is written with type safety in mind, so you can use Luau and get full intellisense and linting right in your editor. Full intellisense without any extra work means faster development with autocomplete and catching bugs before they happen. -### 🔎Obsfucation +### 🔎Obfuscation -As part of it's optimization features, Red obsfucates network data to make it harder for cheaters to read networking logs. This makes it significantly harder for cheaters to reverse engineer and cheat in your game. +As part of it's optimization features, Red obfuscates network data to make it harder for cheaters to read networking logs. This makes it significantly harder for cheaters to reverse engineer and cheat in your game. ## Documentation