From d5dcbadbbeb96a5021b4c3a735fdc576f7c6e679 Mon Sep 17 00:00:00 2001 From: James Munns Date: Sat, 25 Nov 2023 22:31:03 +0100 Subject: [PATCH] Minor readme typo --- embassy-usb-driver/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embassy-usb-driver/README.md b/embassy-usb-driver/README.md index 012663c3..93aef759 100644 --- a/embassy-usb-driver/README.md +++ b/embassy-usb-driver/README.md @@ -4,7 +4,7 @@ This crate contains the driver traits for [`embassy-usb`]. HAL/BSP crates can im traits to add support for using `embassy-usb` for a given chip/platform. The traits are kept in a separate crate so that breaking changes in the higher-level [`embassy-usb`] -APIs don't cause a semver-major bump of thsi crate. This allows existing HALs/BSPs to be used +APIs don't cause a semver-major bump of this crate. This allows existing HALs/BSPs to be used with the newer `embassy-usb` without needing updates. If you're writing an application using USB, you should depend on the main [`embassy-usb`] crate