From 470f05792a4df65d522e5b077e01b655867ad4cc Mon Sep 17 00:00:00 2001 From: Samer Afach Date: Sat, 25 May 2019 17:59:06 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bd648f..5743c1d 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,10 @@ 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 `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 library is header only. Just copy it to your project and use it. +This library requires boost::lockfree to operate. + MIT licensed. Do whatever you want with it :-) \ No newline at end of file