From 885c4b2ec6774d52cee6107dca61566283e3694f Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 11 Jul 2019 15:04:30 +0200 Subject: Fix markdown linter warnings --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 324134f..2f8fcf8 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ the protocol we would like to filter. Allowed values are Enum['icmp', 'tcp', 'ud The protocol options we would like to add. The following example will suppress the hostname in programs like `traceroute`: + ```yaml --- ferm::rules: @@ -155,7 +156,8 @@ A comment that will be written into the file and into ip(6)tables #### `dport` -The destination port we want to filter for. Can be any string from /etc/services or an integer +The destination port we want to filter for. Can be any string from +/etc/services or an integer #### `sport` -- cgit v1.2.3