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 ```