Skip to content

Commit

Permalink
docs: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
viccon committed May 23, 2024
1 parent c57c7e9 commit 7b0b611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1133,6 +1133,6 @@ func (o *OrderAPI) OrderStatus(ctx context.Context, id string) (string, error) {
```

With this setup, `sturdyc` is going to handle request deduplication, refresh
buffering, and cache key permutations. You are going to get efficiency gain by
buffering, and cache key permutations. You are going to gain efficiency by
enabling batch refreshes, and latency improvements whenever you're able to
serve from memory.

0 comments on commit 7b0b611

Please sign in to comment.