Skip to content

Commit d24da17

Browse files
committed
add 3.0 title
1 parent c413d73 commit d24da17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Awesome Cache
1+
# Awesome Cache 3
22

33
[![Build Status](https://travis-ci.org/aschuch/AwesomeCache.svg)](https://travis-ci.org/aschuch/AwesomeCache)
44
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/AwesomeCache.svg)](https://img.shields.io/cocoapods/v/AwesomeCache.svg)
@@ -31,7 +31,7 @@ AwesomeCache 3 is designed to have a sync API, making it easy to reason about th
3131
The internals of the cache use a concurrent dispatch queue, that syncs reads and writes for thread safety. In case a particular caching operation blocks your main thread for too long, consider offloading the read and write operations to a different thread.
3232

3333
```swift
34-
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0)) {
34+
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0)) {
3535
cache["name"] = "Alex"
3636
}
3737
```
@@ -129,4 +129,4 @@ xctool -scheme AwesomeCacheTests -sdk iphonesimulator test
129129
Feel free to get in touch.
130130

131131
* Website: <http://schuch.me>
132-
* Twitter: [@schuchalexander](http://twitter.com/schuchalexander)
132+
* Twitter: [@schuchalexander](http://twitter.com/schuchalexander)

0 commit comments

Comments
 (0)