Skip to content

Commit 4e81889

Browse files
committed
Update README to clarify usage of SetBackoff with an example
1 parent 17e34ac commit 4e81889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ client, err = meraki.NewClientWithOptions("https://api.meraki.com/",
134134
135135
The client allows you to configure automatic retry (backoff) behavior for rate-limited (HTTP 429) responses using the `SetBackoff` method. This is useful to control how and how many times the SDK retries requests when the API responds with rate limits.
136136
137-
#### Using SetBackoff
137+
#### Using SetBackoff example
138138
139139
```go
140140
// Example of custom backoff configuration

0 commit comments

Comments
 (0)