Refine README

This commit is contained in:
Tevin Zhang 2020-07-16 13:10:44 +08:00
parent d91eb651d5
commit 28ae9aa985
No known key found for this signature in database
GPG Key ID: EE7DA2A50F0960FB
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
# ABool :bulb:
[![Go Report Card](https://goreportcard.com/badge/github.com/tevino/abool)](https://goreportcard.com/report/github.com/tevino/abool)
[![GoDoc](https://godoc.org/github.com/tevino/abool?status.svg)](https://godoc.org/github.com/tevino/abool)
@ -52,7 +53,7 @@ BenchmarkMutexToggle-4 50000000 32.6 ns/op
BenchmarkAtomicBoolToggle-4 300000000 5.21 ns/op # <--- This package
```
## Thanks to these Contributors
## Special thanks to contributors
- [@barryz](https://github.com/barryz)
- Added the `Toggle` method
- Added the `Toggle` method