summary history branches tags files
commit:76b11a665231028b19155ffee5a0010af2066e2a
author:Trevor Bentley
committer:Trevor Bentley
date:Mon Feb 20 17:57:33 2023 +0100
parents:646d90bdfcb93966c5b1e2f917b81cf6ea630d99
use backticks for monospace in readme
diff --git a/README.md b/README.md
line changes: +1/-1
index 1caaeec..85496ab
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ libvirt supports permanently mapping a USB device to a VM, or dynamically attach
 
 qemu-stormcrow should be launched as a daemon first.  `cargo run` in a terminal, or write a systemd service, or spawn it in the background from a script, or whatever.  It does not self-daemonize.
 
-A USB device with a (=Vendor ID=, =Product ID=) pair is registered for a running libvirt VM via D-Bus:
+A USB device with a (`Vendor ID`, `Product ID`) pair is registered for a running libvirt VM via D-Bus:
 
 ```bash
 $ dbus-send --type=method_call --print-reply --dest=com.stormcrow.device /device com.stormcrow.device.Add string:<VM> string:<VID> string:<PID>