Update README.md to change warning block to note block for flag usage clarification
This commit is contained in:
parent
462d25a663
commit
03748cd8e7
|
|
@ -38,6 +38,6 @@ metarNavigate --no-tui -d <ICAO>
|
||||||
```
|
```
|
||||||
this will print all details of the METAR Message with an explanation of each part of the message.
|
this will print all details of the METAR Message with an explanation of each part of the message.
|
||||||
|
|
||||||
> [!WARNING]
|
>[!NOTE]
|
||||||
>
|
>
|
||||||
> The flags ``` -d ``` or the flag ```--detailed ``` can you be used with the flag ```--no-tui ```
|
>The flags ``` -d ``` or the flag ```--detailed ``` can you be used with the flag ```--no-tui ```
|
||||||
Loading…
Reference in New Issue