update README

This commit is contained in:
2019-05-04 18:20:29 +07:00
parent c0ad79ff23
commit 6cd6c416fc

View File

@@ -25,10 +25,11 @@
## Installation ## Installation
[flat.hpp][flat] is a single header library. All you need to do is copy the header file into your project and include this file: [flat.hpp][flat] is a header only library. All you need to do is copy the header files (`flat_set.hpp` and `flat_map.hpp`) into your project and include them:
```cpp ```cpp
#include "flat.hpp" #include "flat_set.hpp" // for flat_set<K>
#include "flat_map.hpp" // for flat_map<K,V>
``` ```
## API ## API