From 57e2f9e77ca6b1baded1e898b6a33c7bcd2f6c50 Mon Sep 17 00:00:00 2001 From: James Johnson Date: Wed, 5 Aug 2015 10:38:35 -0500 Subject: [PATCH] soft tabs... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e31291..74efc64 100644 --- a/README.md +++ b/README.md @@ -348,7 +348,7 @@ Vagrant.configure("2") do |config| # libvirt.input :type => "mouse", :bus => "ps2" # very useful when having mouse issues when viewing VM via VNC - libvirt.input :type => "tablet", :bus => "usb" + libvirt.input :type => "tablet", :bus => "usb" end end ```