Skip to content

Commit 9603142

Browse files
authored
update-get-started-example
1 parent a298ae7 commit 9603142

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
@@ -32,7 +32,7 @@ var amadeus = new Amadeus({
3232
amadeus.shopping.flightOffersSearch.get({
3333
originLocationCode: 'SYD',
3434
destinationLocationCode: 'BKK',
35-
departureDate: '2021-08-01',
35+
departureDate: '2022-06-01',
3636
adults: '2'
3737
}).then(function(response){
3838
console.log(response.data);

0 commit comments

Comments
 (0)