From 54e78cb94064f39ed7513641e42830999a13b020 Mon Sep 17 00:00:00 2001 From: Tevin Zhang Date: Sun, 5 Sep 2021 12:46:55 +0800 Subject: [PATCH] Use the names of contributors on their profiles --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 069e3cc..ff75913 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ BenchmarkAtomicBoolCAS-4 100000000 11.7 ns/op # <--- This package ## Special thanks to contributors -- [@barryz](https://github.com/barryz) +- [barryz](https://github.com/barryz) - Added the `Toggle` method -- [@LucasRouckhout](https://github.com/LucasRouckhout) +- [Lucas Rouckhout](https://github.com/LucasRouckhout) - Implemented JSON Unmarshal and Marshal interface