From 5d5847e55ddeac657fd596743c28acd32490ce98 Mon Sep 17 00:00:00 2001
From: baude <bbaude@redhat.com>
Date: Wed, 16 Sep 2020 09:10:25 -0500
Subject: [PATCH] correct fedora package name in documentation

in the documentation on how to use the dnsname plugin, there was a typo in the fedora package name.

Fixes: #18

Signed-off-by: baude <bbaude@redhat.com>
---
 README_PODMAN.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README_PODMAN.md b/README_PODMAN.md
index 15ba313..bccc99a 100644
--- a/README_PODMAN.md
+++ b/README_PODMAN.md
@@ -6,7 +6,7 @@ CNI configuration.  The containers will only be able to resolve each other if th
 
 **Note**: This plugin does not work with rootless containers.
 
-This tutorial assumes you already have Podman, containernetwork-plugins, and a golang development environment installed.
+This tutorial assumes you already have Podman, containernetworking-plugins, and a golang development environment installed.
 
 ## Install dnsmasq
 
-- 
GitLab