Skip to content

Commit 77c40c2

Browse files
authored
Fix typo
1 parent 6c414f7 commit 77c40c2

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
@@ -203,7 +203,7 @@ variable.
203203

204204
```java
205205
Amadeus amadeus = Amadeus
206-
.builder("REPLACE_BY_YOUR_API_KEY", "REPLACE_BY_YOUR_API_KEY")
206+
.builder("REPLACE_BY_YOUR_API_KEY", "REPLACE_BY_YOUR_API_SECRET")
207207
.setLogLevel("debug") // or warn
208208
.build();
209209
```

0 commit comments

Comments
 (0)