Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanExtreme002 authored Nov 29, 2023
1 parent 6ad4c3c commit d21ceb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Or get more information about a specific airport such as: runways, temperature,
```py
airport_details = fr_api.get_airport_details(airport.icao)
```
Arrivals and departures can have a limit 'flight_limit' (default value is 100) to display. When you need to reach more than 100 flights - you can use additional parameter 'page' to view other pages.
Arrivals and departures can have a limit `flight_limit` (max value is 100) to display. When you need to reach more than 100 flights you can use additional parameter `page` to view other pages.


## Get flights above your position:
Expand Down

0 comments on commit d21ceb7

Please sign in to comment.