From b83ecec2b9297501c20f94737ad64c33a85e4c52 Mon Sep 17 00:00:00 2001 From: Steven Stallion Date: Sat, 10 Jun 2023 09:51:43 -0500 Subject: [PATCH] Update documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea4dd2f..b7e6959 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ To add package `hid` as a dependency or upgrade to its latest version, issue: ### libusb Backend Support On Linux, the hidraw backend is enabled by default. If the libusb backend is -desired the `libusb` build constraint must be specified: +desired, the `libusb` build constraint must be specified: $ go build -tags libusb ./...