From 9d54556fbad810fa4cbe363216198e2b2af80b02 Mon Sep 17 00:00:00 2001
From: Brent Baude <bbaude@redhat.com>
Date: Thu, 27 Feb 2020 16:18:25 -0600
Subject: [PATCH] Remove errant :w from README

Followup to the PR from larsks #10.

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

diff --git a/README.md b/README.md
index 2d57613..0e94a5d 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ is removed from the network, it will remove the entry from the hosts file.  Each
 instance.
 
 The *dnsplugin* plugin was specifically designed for the [Podman](https://github.com/containers/libpod) container engine.
-Follow the [mini-tutorial](README_PODMAN.md) to use it with Podman.:w
+Follow the [mini-tutorial](README_PODMAN.md) to use it with Podman.
 
 
 ## Usage
-- 
GitLab