From 8bd6b9051213b7d8143e676fcd957765363f56d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Garc=C3=ADa?= <73230111+alegarsan11@users.noreply.github.com> Date: Tue, 28 May 2024 00:10:30 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c4d8f9e..b513b19 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ This repository is used to develop a web interface that enables the configuration of nftables through a graphical user interface. - ## Requirements To use this project, you need to install `python3-nftables` and `python3-hug`. For proper functioning, it's necessary to run the parsing file as an administrator. @@ -50,4 +49,4 @@ To run the tests and generate coverage reports, use the following commands: - Generate a coverage report: - `python -m pytest --cov --cov-report=html` \ No newline at end of file + `python -m pytest --cov --cov-report=html`