Skip to content

Commit 6f9ae71

Browse files
author
Feras Alnatsheh
authored
Update README.md
1 parent c4e0ee8 commit 6f9ae71

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,14 @@ end
3636
// When the app loads
3737
TradeItAccountOpeningSDK.configure(
3838
apiKey: "YOUR TRADEIT API KEY",
39-
environment: .production,
40-
googleMapsApiKey: "YOUR GOOGLE MAPS API KEY"
39+
environment: .production
4140
)
4241
```
4342

4443
```Objective-C
4544
// When the app loads
4645
[TradeItAccountOpeningSDK configureWithApiKey:@"YOUR TRADEIT API KEY"
47-
environment:TradeItAccountOpeningEnvironmentProduction
48-
googleMapsApiKey:@"YOUR GOOGLE MAPS API KEY"];
46+
environment:TradeItAccountOpeningEnvironmentProduction];
4947
```
5048
5149
## Usage

0 commit comments

Comments
 (0)