Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
marksands committed Nov 10, 2019
1 parent 27be51d commit aa8f6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -82,7 +82,7 @@ While not provided in the source code, it's a sinch to create your own default s

```Swift
struct RefreshDaily: DefaultCodableStrategy {
static var defaultValue { return CacheInterval.daily }
static var defaultValue: CacheInterval { return CacheInterval.daily }
}

struct Cache: Codable {
Expand Down

0 comments on commit aa8f6c6

Please sign in to comment.