From 32391dc90a8c135324111d34c516560c151e614b Mon Sep 17 00:00:00 2001 From: greg Date: Mon, 18 Mar 2019 20:38: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 cd8130c..8a257a3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # The Parallel Hashmap -For a full writeup explaining the design and benefits of the Parallel Hashmap, please click [here](https://greg7mdp.github.io/parallel-hashmap/). +Click here [For a full writeup explaining the design and benefits of the Parallel Hashmap](https://greg7mdp.github.io/parallel-hashmap/). > **IMPORTANT:** This repository borrowed a lot of code from the [abseil-cpp](https://github.com/abseil/abseil-cpp) repository, notably for the implementations of `phmap::flat_hash_map`, `phmap::flat_hash_set`, `phmap::node_hash_map` and `phmap::node_hash_set`. Please be aware that the code from [abseil-cpp](https://github.com/abseil/abseil-cpp) has been modified, and may behave differently than the original.