From f436325d2326e94cac6d255be77c5d69c7719346 Mon Sep 17 00:00:00 2001 From: Meng Zhuo Date: Sun, 29 Dec 2024 19:01:26 +0800 Subject: [PATCH] docs(README): fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aefd6c6..8556008 100644 --- a/README.md +++ b/README.md @@ -262,7 +262,7 @@ is the following (using IPv4 below as an example): Note that Phantun does not add any additional header other than IP and TCP headers in order to pass through stateful packet inspection! -Phantun's additional overhead: `12 bytes`. I other words, when using Phantun, the usable payload for +Phantun's additional overhead: `12 bytes`. In other words, when using Phantun, the usable payload for UDP packet is reduced by 12 bytes. This is the minimum overhead possible when doing such kind of obfuscation.