From 3d656bedb073825fcd9b94b73304d00914203ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20H=C3=B6hne?= Date: Sun, 4 May 2025 19:58:52 +0200 Subject: [PATCH] feat: Fixing typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b2bc55..4db5cf4 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ build the test applications (currently only MathTestFPU) as well as gtet. make MathTestFPU -They depend on the gtest library so the should not be required to build it manually. If for some reason this doesn't +They depend on the gtest library so it should not be required to build it manually. If for some reason this doesn't work gtest can be build via: make gtest