From 4eb53b23670c609b41f09880218ded06ba137b08 Mon Sep 17 00:00:00 2001 From: Owen <77976026+Owen7000@users.noreply.github.com> Date: Mon, 27 Apr 2026 14:00:06 +0100 Subject: [PATCH] Fixed typo in README.md Corrected a typo in the opening paragraph --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 646204b..bd6c238 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![AUnit Tests](https://github.com/bxparks/AUnit/actions/workflows/aunit_tests.yml/badge.svg)](https://github.com/bxparks/AUnit/actions/workflows/aunit_tests.yml) -A unit testing framework for Arduino platforms inspired by by +A unit testing framework for Arduino platforms inspired by [ArduinoUnit](https://github.com/mmurdoch/arduinounit) and [Google Test](https://github.com/google/googletest/). AUnit is almost a drop-in replacement of ArduinoUnit (v2.2) with some advantages. AUnit supports timeouts