update README

This commit is contained in:
2018-12-13 00:53:28 +07:00
parent 7aa600966b
commit ce63cb6204

View File

@@ -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"