From 16dc8ae14a49eacd2859645eea9b0509a04c3125 Mon Sep 17 00:00:00 2001 From: Samer Afach Date: Sat, 25 May 2019 18:00:36 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5743c1d..7ba8f7e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A simple, lock-free object pool -The `main.cpp` runs the gtests I created for another application, but without gtest, using some simple macros. You can move the tests your application's tests. +The `main.cpp` runs the gtests I created for another application, but without gtest, using some simple macros to use C++'s asserts (make sure you compile in debug mode if you want to make use of them). You can move the tests your application's gtest tests. The library is header only. Just copy it to your project and use it.