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