flat_hpp to flat.hpp for include path

This commit is contained in:
2019-05-14 12:50:08 +07:00
parent 83aa722993
commit 841e3432f6
10 changed files with 5 additions and 20 deletions

View File

@@ -28,7 +28,7 @@
[flat.hpp][flat] is a header-only library. All you need to do is copy the headers files from `headers` directory into your project and include them:
```cpp
#include "flat_hpp/flat_set.hpp"
#include "flat.hpp/flat_set.hpp"
using namespace flat_hpp;
int main() {