From 517ba479ef5366675b9bd126dc7766c0f5f6765d Mon Sep 17 00:00:00 2001 From: midefos Date: Tue, 31 Dec 2024 13:59:03 +0100 Subject: [PATCH] README typos --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 548c4f6..863aede 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Martillo Maldito -**Martillo Maldito** is an `iptables` wrapper that simplifies firewall rule management in an intuitive and structured way. This CLI allows you to manage secured ports, block IPs, save rules, and more. +**Martillo Maldito** is an `iptables` wrapper that simplifies firewall rule management in an intuitive and structured way. + +This CLI allows you to manage secured ports, block IPs, save rules, and more. --- @@ -27,8 +29,8 @@ 1. Clone the repository: ```bash - git clone https://github.com/your_user/martillo_maldito.git - cd martillo_maldito + git clone https://git.midefos.com/midefos/martillo-maldito.git + cd martillo-maldito ``` 2. Build the project: