From c0bfbf795213b07cd82ac6cd05ba509e916d43f1 Mon Sep 17 00:00:00 2001 From: HaoboGu Date: Thu, 11 Jul 2024 17:57:29 +0800 Subject: [PATCH] doc(readme): fix typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c9b57d1..52772f05 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ In order to make it easier for users to learn USB basics, enumeration, driver lo - Class-drivers and porting-drivers are templating and simplification - Clear API classification (slave: initialisation, registration api, command callback api, data sending and receiving api; host: initialisation, lookup api, data sending and receiving api) -### Easy to use USB +### Easy to use USB In order to facilitate the use of the USB interface and to take into account the fact that users have learned about uart and dma, the following advantages have been designed for the data sending and receiving class of interface: @@ -34,7 +34,7 @@ Taking into account USB performance issues and trying to achieve the theoretical - Unlimited length make it easier to interface with hardware DMA and take advantage of DMA - Subcontracting function is handled in interrupt -## Directoy Structure +## Directory Structure | Directory | Description | |:-------------:|:---------------------------:| @@ -199,4 +199,4 @@ CherryUSB discord: https://discord.com/invite/wFfvrSAey8. Thanks to the following companies for their support (in no particular order). - \ No newline at end of file +