From e38a8785f7778ff4f294f4e559b5c28f987bf731 Mon Sep 17 00:00:00 2001 From: Samer Afach Date: Sat, 25 May 2019 17:58:02 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb3b5e1..5bd648f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # ObjectPool -A simple, lock-free object pool \ No newline at end of file +A simple, lock-free object pool + +The The main.cpp runs the gtests I created for another application, but without gtest. You can move them to your tests. + +The library is header only. Just copy it to your project and use it. + +MIT licensed. Do whatever you want with it :-) \ No newline at end of file