diff --git a/README.md b/README.md index 14d5869..64f0067 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ [![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/yuseferi/gocache) -gocache provides a data race-free cache implementation in Go. - +gocache is a data race-free cache implementation in Go, providing efficient caching capabilities for your applications. ### Installation @@ -17,7 +16,6 @@ gocache provides a data race-free cache implementation in Go. ### Usage: - ```Go cache := gocache.NewCache(time.Minute * 2) // with 2 minutes interval cleaning expired items cache.Set("key", "value", time.Minute) // set cache