From ce63cb62043a1ce8673a3e55887114b9b5d07c8f Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Thu, 13 Dec 2018 00:53:28 +0700 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 456787f..c5cbbdd 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ ## Installation -[promise.hpp][promise] is a single header library. All you need to do is copy the header file into your project and include this file: +[promise.hpp][promise] is a header only library. All you need to do is copy the header files (invoke.hpp and promise.hpp) into your project and include this file: ```cpp #include "promise.hpp"