From 3fd0d61de2c55bbd3c98b62d103fdb540a9aef3d Mon Sep 17 00:00:00 2001
From: Jaroslav Henner <jhenner@redhat.com>
Date: Wed, 30 Sep 2015 21:38:38 +0200
Subject: Fix newline

---
 README_libvirt.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README_libvirt.md b/README_libvirt.md
index 1a710ff3b..3f8bbb5f0 100644
--- a/README_libvirt.md
+++ b/README_libvirt.md
@@ -94,7 +94,8 @@ dns=dnsmasq
 -	Configure dnsmasq to use the Virtual Network router for example.com:
 
 ```sh
-sudo vi /etc/NetworkManager/dnsmasq.d/libvirt_dnsmasq.conf server=/example.com/192.168.55.1
+sudo vi /etc/NetworkManager/dnsmasq.d/libvirt_dnsmasq.conf
+server=/example.com/192.168.55.1
 ```
 
 Test The Setup
-- 
cgit v1.2.3