From 9e6e6fcb4434c4b468c8b81c7b4348909822813b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?0xHiro=20/=20=E3=83=92=E3=83=AD?= <90010840+0xhiro@users.noreply.github.com> Date: Sun, 4 Jun 2023 12:24:18 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e71527b..b5b723b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Welcome to the Unity Test Project, one of the main projects of ThrowTheSwitch.or Unity Test is a unit testing framework built for C, with a focus on working with embedded toolchains. This project is made to test code targetting microcontrollers big and small. -The core project is a single C file and a pair of headers, allowing it to the added to your existing build setup without too much headache. +The core project is a single C file and a pair of headers, allowing it to be added to your existing build setup without too much headache. You may use any compiler you wish, and may use most existing build systems including Make, CMake, etc. If you'd like to leave the hard work to us, you might be interested in Ceedling, a build tool also by ThrowTheSwitch.org.