Skip to content

Commit fe05275

Browse files
authored
Update README.md
1 parent d9ef1ff commit fe05275

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
@@ -97,7 +97,7 @@ If `apiKey` is an empty string "", then we'll connect to a [mock server](https:/
9797

9898
### synchronousRequest parameter
9999

100-
A command line executable will exit without wait for http async requests to finish. Therefore, we have to make http requests synchronous. Please set the `synchronousRequest` parameter to true when instantiating a Client object:
100+
A command line executable will exit without waiting for http async requests to finish. Therefore, we have to make http requests synchronous. Please set the `synchronousRequest` parameter to true when instantiating a Client object:
101101

102102
```swift
103103
let client = PodcastAPI.Client(apiKey: apiKey, synchronousRequest: true)

0 commit comments

Comments
 (0)