Skip to content

Commit 08c2894

Browse files
committed
Update readme
1 parent d3ff58b commit 08c2894

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![C++ Standard](https://img.shields.io/badge/C%2B%2B-17-blue.svg)](https://en.cppreference.com/w/cpp/17)
66
[![Code Coverage](https://codecov.io/gh/diffstorm/ConcurrentHashMap/branch/main/graph/badge.svg)](https://codecov.io/gh/diffstorm/ConcurrentHashMap)
77
![GitHub Stars](https://img.shields.io/github/stars/diffstorm/ConcurrentHashMap?style=social)
8+
![Platforms](https://img.shields.io/badge/Platform-Linux%20%7C%20Windows%20%7C%20macOS-lightgrey)
89

910
A thread-safe hash map implementation in C++ with support for concurrent read and write operations.
1011

@@ -77,10 +78,14 @@ cmake --build . --parallel
7778
## Running tests
7879

7980
### After CMake build
80-
cd build && ctest --verbose
81+
`cd build && ctest --verbose`
8182

8283
### Or directly
83-
./ConcurrentHashMapTest --gtest_color=yes
84+
`./ConcurrentHashMapTest --gtest_color=yes`
85+
86+
87+
## :snowman: Author
88+
Eray Öztürk ([@diffstorm](https://github.com/diffstorm))
8489

8590

8691
## License

0 commit comments

Comments
 (0)