Browse Source

Fix newline

Jaroslav Henner 9 years ago
parent
commit
3fd0d61de2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README_libvirt.md

+ 2 - 1
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