From b7429516be4b518bb6ddcf03793efa278af6fd83 Mon Sep 17 00:00:00 2001 From: Rick Suel Date: Tue, 24 Sep 2024 15:15:59 -0400 Subject: [PATCH] Update README.md Fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 766c430..f13ff38 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # tiny-gea3-api [![Tests](https://github.com/geappliances/tiny-gea3-api/actions/workflows/test.yml/badge.svg)](https://github.com/geappliances/tiny-gea3-api/actions/workflows/test.yml) -PlatformIO library for interacting with GE Appliances products supporting the full-duples GEA3 serial protocol using the [`tiny`](https://github.com/ryanplusplus/tiny) HAL. Note that this does not support older GE Appliances products using the single-wire GEA2 interface. +PlatformIO library for interacting with GE Appliances products supporting the full-duplex GEA3 serial protocol using the [`tiny`](https://github.com/ryanplusplus/tiny) HAL. Note that this does not support older GE Appliances products using the single-wire GEA2 interface. ## Components ### `tiny_gea3_interface`