From a09d662f7cbcd68abc6bf9eb44d88a557d442b2c Mon Sep 17 00:00:00 2001 From: Paul Ewing Date: Wed, 26 Apr 2023 07:40:21 -0600 Subject: [PATCH] Add comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aeba036..33d5839 100644 --- a/README.md +++ b/README.md @@ -421,7 +421,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [Boost.Test](https://github.com/boostorg/test) - Boost Test Library. [Boost] [website](https://boost.org/libs/test) * [check](https://github.com/libcheck/check) - Check is a unit testing framework for C. [LGPL-2.1] [website](https://libcheck.github.io/check/) * [doctest](https://github.com/onqtam/doctest) - The lightest feature rich C++ single header testing framework. [MIT] -* [Catch2](https://github.com/catchorg/Catch2) - A modern, C++-native test framework for unit-tests, TDD and BDD. [Boost] +* [Catch2](https://github.com/catchorg/Catch2) - A modern, C++-native, test framework for unit-tests, TDD and BDD. [Boost] * [Celero](https://github.com/DigitalInBlue/Celero) - C++ Benchmarking Framework. [Apache2] * [CppUTest](https://github.com/cpputest/cpputest) - Unit testing and mocking framework for C/C++. [BSD-3-clause] * [CUTE](http://cute-test.com) - C++ Unit Testing Easier. [LGPL3]