From 212b71f56323dd47fd74a76101a61585da79ec2a Mon Sep 17 00:00:00 2001
From: Brent Baude <bbaude@redhat.com>
Date: Mon, 14 Sep 2020 14:19:55 -0500
Subject: [PATCH] change references from libpod to podman

also include a small grammar change

Signed-off-by: Brent Baude <bbaude@redhat.com>
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 16c9b13..32e6cec 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,11 @@
 ## Overview
 
 This plugin sets up the use of dnsmasq on a given CNI network so that Pods can resolve each other by name.  When configured,
-the pod and its IP address are added to a network specific hosts file that dnsmasq will read in.  Similarly, when a pod
+the pod and its IP address are added to a network specific hosts file that dnsmasq reads in.  Similarly, when a pod
 is removed from the network, it will remove the entry from the hosts file.  Each CNI network will have its own dnsmasq
 instance.
 
-The *dnsname* plugin was specifically designed for the [Podman](https://github.com/containers/libpod) container engine.
+The *dnsname* plugin was specifically designed for the [Podman](https://github.com/containers/podman) container engine.
 Follow the [mini-tutorial](README_PODMAN.md) to use it with Podman.
 
 
-- 
GitLab