Fixes typo in readme

This commit is contained in:
beau trepp 2019-12-27 18:39:18 +08:00
parent c15f980db3
commit ad09837bbd

View file

@ -6,6 +6,6 @@ A simple usb midi device class for [usb-device](https://crates.io/crates/usb-dev
Currently this aims to be a very simple implementation, that allows the micro Currently this aims to be a very simple implementation, that allows the micro
controller to send midi information to the PC. controller to send midi information to the PC.
This craate requires the use of a hardware driver, that implements the This crate requires the use of a hardware driver, that implements the
usb-device traits. usb-device traits.