From 34db39445fba0ca9a6aa6a307fa24bfcf7744fc9 Mon Sep 17 00:00:00 2001 From: Khoa Date: Tue, 19 Jun 2018 14:18:10 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 092acdd..c830cf1 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ library that gives you a god's power. It does nothing but caching, but it does it well. It offers a good public API with out-of-box implementations and great customization possibilities. `Cache` utilizes `Codable` in Swift 4 to perform serialization. +Read the story here [Open Source Stories: From Cachable to Generic Storage in Cache](https://medium.com/hyperoslo/open-source-stories-from-cachable-to-generic-storage-in-cache-418d9a230d51) + ## Key features - [x] Work with Swift 4 `Codable`. Anything conforming to `Codable` will be saved and loaded easily by `Storage`.