Skip to content

Commit a59aa0b

Browse files
committed
update README
1 parent f90fd41 commit a59aa0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,10 +404,10 @@ Destination[] directDestinations = amadeus.airport.directDestinations.get(Params
404404
FlightAvailability[] flightAvailabilities
405405
= amadeus.shopping.availability.flightAvailabilities.post(body);
406406

407-
// Travel Restrictions GET V1
407+
// Travel Restrictions v1 GET
408408
DiseaseAreaReport diseaseAreaReport
409409
= amadeus.dutyOfCare.diseases.covid19AreaReport.get(Params.with("countryCode","US"));
410-
// Travel Restrictions GET V2
410+
// Travel Restrictions v2 GET
411411
DiseaseReport diseaseReport
412412
= amadeus.dutyOfCare.diseases.covid19Report.get(Params.with("countryCode","US"));
413413

0 commit comments

Comments
 (0)