From f154184b9fb5a42417ef9d30292957802cf3354d Mon Sep 17 00:00:00 2001 From: Ako Date: Sat, 23 Aug 2025 13:14:23 +0200 Subject: [PATCH] fix(readme): why did i write this smh --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 683b84e..f1202ca 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This project demonstrates the use of raw sockets in C for network packet capture - Capture network packets using raw sockets - Basic packet inspection and logging -- Cross-platform support (Linux, Windows) +- ~~Cross-platform support (Linux, Windows)~~ ## Requirements @@ -17,7 +17,7 @@ This project demonstrates the use of raw sockets in C for network packet capture 1. Clone the repository: ```sh - git clone https://git.emiko.fr/Akomry/npcap.git + git clone https://git.emiko.fr/Ako/npcap.git ``` 2. Build the project: ```sh