Skip to content

Commit 7cee608

Browse files
committed
docs(README): replace old way to initialize the client
1 parent aa77568 commit 7cee608

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@ import PodiumRequestsClient
4545

4646
## Usage
4747

48-
### Initialize the client
49-
5048
```swift
51-
let client = PodiumRequestsClient(
49+
let client: RequestsClient = RequestsClient(
5250
baseURL: "<API_BASE_URL>",
5351
apiKey: "<API_KEY>"
5452
)

0 commit comments

Comments
 (0)