Skip to content

Commit

Permalink
README: fix "remarks"
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Nov 28, 2024
1 parent ac237ec commit bfec463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sfl = int | null
levelAt = [int, string] | null
qnh = string | null
releases = "C" | "D" | "T" | "F" | null
remark = string | null
remarks = string | null
fromSector = string
toSector = string
```
Expand Down Expand Up @@ -100,7 +100,7 @@ If traffic is:
- `"F"`: fully released
- `null`: not released

## `remark`
## `remarks`

Further remarks for more specific releases or conditions.

Expand Down

0 comments on commit bfec463

Please sign in to comment.