Skip to content

Commit cd238fb

Browse files
author
Anthony Roux
committed
Fix typo in the README.md
1 parent a7c8955 commit cd238fb

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
@@ -190,7 +190,7 @@ private final static Logger LOGGER = Logger.getLogger(MyLogger.class.getName());
190190
...
191191

192192
Amadeus amadeus = Amadeus
193-
.builder("REPLACE_BY_YOUR_API_KEY", "REPLACE_BY_YOUR_API_KEY")
193+
.builder("REPLACE_BY_YOUR_API_KEY", "REPLACE_BY_YOUR_API_SECRET")
194194
.setLogger(LOGGER)
195195
.build();
196196
)

0 commit comments

Comments
 (0)