From 81ebbc389a5adafc2693afe704b1720bc8b7a344 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Tue, 15 Sep 2020 14:34:49 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9802aab..c9dffc0 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Chunked responses are recognized and handled transparently. ### Releases v1.0.0 -1. Initial coding to add support to STM32F/L/H/G/WB/MP1 using built-in Ethernet (Nucleo-144, DISCOVERY, etc). +1. Initial coding to add support to **STM32F/L/H/G/WB/MP1** using built-in LAN8742A Ethernet (Nucleo-144, DISCOVERY, etc). 2. Add examples using STM32 boards. #### Currently Supported Boards @@ -588,7 +588,7 @@ HHHHHHHHH HHHHHHHHHH HHHHHHHHHH H --- -#### 4. [AsyncWebClientRepeating_STM32](examples/AsyncWebClientRepeating_STM32) running on STM32F7 Nucleo-144 NUCLEO_F767ZI using built-in LAN8742A +#### 5. [AsyncWebClientRepeating_STM32](examples/AsyncWebClientRepeating_STM32) running on STM32F7 Nucleo-144 NUCLEO_F767ZI using built-in LAN8742A ``` @@ -690,7 +690,7 @@ Submit issues to: [AsyncHTTPRequest_Generic issues](https://github.com/khoih-pro ### Releases v1.0.0 -1. Initial coding to add support to STM32F/L/H/G/WB/MP1 using built-in Ethernet (Nucleo-144, DISCOVERY, etc). +1. Initial coding to add support to **STM32F/L/H/G/WB/MP1** using built-in LAN8742A Ethernet (Nucleo-144, DISCOVERY, etc). 2. Add examples using STM32 boards. ---