From c9255db68b3087f48e7b186893281cc0d837c8cc Mon Sep 17 00:00:00 2001 From: programingjd Date: Sun, 4 Feb 2024 17:41:40 +0100 Subject: [PATCH] Update readme badge section. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 42e71c7..993ab25 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) -[![crates.io Version](https://img.shields.io/crates/v/firewall.svg)](https://crates.io/crates/firewall) -[![Documentation](https://docs.rs/firewall/badge.svg)](https://docs.rs/firewall) +# Firewall   [![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![crates.io Version](https://img.shields.io/crates/v/firewall.svg)](https://crates.io/crates/firewall) [![Documentation](https://docs.rs/firewall/badge.svg)](https://docs.rs/firewall) The `Firewall` trait is meant to be used by servers to abstract the logic of blocking incoming requests.