Skip to content

Commit 1c18374

Browse files
author
Christoffer Winterkvist
committed
Add Swift badge
1 parent f9f79ca commit 1c18374

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
66
[![License](https://img.shields.io/cocoapods/l/Cache.svg?style=flat)](http://cocoadocs.org/docsets/Cache)
77
[![Platform](https://img.shields.io/cocoapods/p/Cache.svg?style=flat)](http://cocoadocs.org/docsets/Cache)
8+
![Swift](https://img.shields.io/badge/%20in-swift%202.2-orange.svg)
89

910
## Table of Contents
1011

@@ -84,7 +85,7 @@ let config = Config(
8485
// Expiry date that will be applied by default for every added object
8586
// if it's not overridden in the add(key: object: expiry: completion:) method
8687
expiry: .Date(NSDate().dateByAddingTimeInterval(100000)),
87-
// Maximum size of your cache storage
88+
// Maximum size of your cache storage
8889
maxSize: 10000)
8990

9091
let cache = HybridCache(name: "Custom", config: config)

0 commit comments

Comments
 (0)