Skip to content

Commit

Permalink
Fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Sep 28, 2023
1 parent 542e212 commit 0169108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ The Compute package provdes access to [Fastly's Cache API](https://developer.fas

```swift
let data = try await Cache.getOrSet("my-page") {
let res = try await expensivePageRender()
return (res, .ttl(60))
let res = try await expensivePageRender()
return (res, .ttl(60))
}

try await res
Expand Down

0 comments on commit 0169108

Please sign in to comment.