From 9736ab099b39849b660b8b3719facc5c52ea4de7 Mon Sep 17 00:00:00 2001 From: greg Date: Fri, 29 Mar 2019 20:34:45 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bdadb2..459d55d 100644 --- a/README.md +++ b/README.md @@ -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**