From 5aad3929f99f33c7db64a79b2ae9f84e45658436 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 12 Feb 2022 15:32:26 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9af945a..9c1d2228 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc ⚙️ **To Allow USB Device Passthrough:** -Run the in the Proxmox Shell. (**replace `106` with your LXC ID**) +Run in the Proxmox Shell. (**replace `106` with your LXC ID**) ```yaml bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/usb-passthrough.sh)" -s 106 ```