Skip to content

Commit e900486

Browse files
author
Anthony Roux
committed
Fix the Flight Busiest Period example in README.md
1 parent 71e5185 commit e900486

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
@@ -265,7 +265,7 @@ AirTraffic[] airTraffics = amadeus.travel.analytics.airTraffic.booked.get(Params
265265
Period[] busiestPeriods = amadeus.travel.analytics.airTraffic.busiestPeriod.get(Params
266266
.with("cityCode", "MAD")
267267
.and("period", "2017")
268-
.and("direction", BusiestPeriod.ARRIVING);
268+
.and("direction", BusiestPeriod.ARRIVING));
269269

270270
// Hotel Search API
271271
// Get list of hotels by cityCode

0 commit comments

Comments
 (0)