Skip to content

Commit 81db316

Browse files
committedDec 24, 2013
Update README.md
1 parent 76735e5 commit 81db316

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#cache
22

3-
A generic cache client interface for [Go](http://golang.org).
3+
A generic cache client interface for [Golang](http://golang.org).
44

55
##Introduction
66

7-
[cache](https://github.com/tim-mit/cache) is an attempt to create and build a unified API to many different cache
8-
providers. Application code can use this library to insulate itself from being tied to one cache implementation.
7+
[cache](https://github.com/tim-mit/cache) is an attempt to create and build a unified Golang API to many different cache
8+
providers. Golang application code can use this library to insulate itself from being tied to one cache implementation.
99

1010
A modular provider system (a la the core [database/sql](http://golang.org/pkg/database/sql/) package) is used so
1111
any backing store that offers cache semantics can be utilised.

0 commit comments

Comments
 (0)
Please sign in to comment.