summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2020-09-14 14:19:55 -0500
committerBrent Baude <bbaude@redhat.com>2020-09-14 14:50:34 -0500
commit212b71f56323dd47fd74a76101a61585da79ec2a (patch)
tree51f44838c553f71dd5ce6e76e36d57d07c4c054d
parent8a6a8a4e1e609aaeb1f57f7e7a1c8523cd373040 (diff)
change references from libpod to podman
also include a small grammar change Signed-off-by: Brent Baude <bbaude@redhat.com>
-rw-r--r--README.md4
1 files 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.