Update README.md

This commit is contained in:
greg
2019-03-29 20:34:45 -04:00
parent 1e595ed7b5
commit 9736ab099b
Vendored
+1 -1
View File
@@ -6,7 +6,7 @@ This repository aims to provide an set of excellent hash map implementations, wi
- **Header only**: nothing to build, just copy the `parallel_hashmap` directory to your project and you are good to go.
- *drop-in replacement* for std::unordered_map and std::unordered_set
- **drop-in replacement** for std::unordered_map and std::unordered_set
- Compiler with **C++11 support** required, **C++14 and C++17 APIs are provided**