From b34a7129f065ace1cdcd4c56e87904fccc6d30d9 Mon Sep 17 00:00:00 2001 From: Maxwell Pray Date: Tue, 11 Jul 2023 13:34:44 -0700 Subject: [PATCH] Fix grammar on README.md about serial and LEDs on Arduino boards. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c4b02b..64b46f0 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This project is not dependent on any specific Arduino board, although it has bee - [Teensy LC](https://www.pjrc.com/teensy/teensyLC.html) - [Raspberry Pi Pico](https://www.raspberrypi.com/products/raspberry-pi-pico) -These boards have USB serial and an onboard LED, so they can be used as-is without any external components: +These boards have USB serial interfaces and onboard LEDs, so they can be used as-is without any external components: ![image](https://user-images.githubusercontent.com/820984/187859185-94f02df7-64f5-4bb3-bf00-12621f5f3b38.png)