Refine package description

This commit is contained in:
Tevin Zhang 2016-06-01 18:38:57 +08:00
parent bb33e2abb1
commit 3bdfbdf06a
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# ABool
# ABool :bulb:
[![GoDoc](https://godoc.org/github.com/tevino/abool?status.svg)](https://godoc.org/github.com/tevino/abool)
:bulb: Atomic boolean library for Golang, optimized for performance yet simple to use.
Atomic Boolean library for Golang, optimized for performance yet simple to use.
Use this for cleaner code.

View File

@ -1,4 +1,4 @@
// Package abool provides an atomic boolean type for cleaner code and
// Package abool provides atomic Boolean type for cleaner code and
// better performance.
package abool