diff --git a/strategy-network-or-cache/README.md b/strategy-network-or-cache/README.md index 9297d75..e8c1135 100644 --- a/strategy-network-or-cache/README.md +++ b/strategy-network-or-cache/README.md @@ -1,6 +1,6 @@ # Network or cache The service worker in this recipe tries to retrieve the most up to date content -from the network but if the network is taking too much, it will serve cached +from the network but if the network is taking too long, it will serve cached content instead. ## Difficulty