Skip to content

Commit 4dc33b5

Browse files
committed
Update README.md
1 parent b70d566 commit 4dc33b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ event_to_trigger(target_altitude)
3838

3939
Run `glass_server.py` using Python 3.
4040

41-
### `http://localhost:5000`
41+
#### `http://localhost:5000`
4242
Method: GET
4343

4444
Variables: None
4545

4646
Output: Web interface with moving map and aircraft information
4747

48-
### `http://localhost:5000/dataset/<dataset_name>`
48+
#### `http://localhost:5000/dataset/<dataset_name>`
4949
Method: GET
5050

5151
Arguments to pass:
@@ -57,7 +57,7 @@ Arguments to pass:
5757
Description: Returns set of variables from simulator in JSON format
5858

5959

60-
### `http://localhost:5000/datapoint/<datapoint_name>/get`
60+
#### `http://localhost:5000/datapoint/<datapoint_name>/get`
6161
Method: GET
6262

6363
Arguments to pass:
@@ -69,7 +69,7 @@ Arguments to pass:
6969
Description: Returns individual variable from simulator in JSON format
7070

7171

72-
### `http://localhost:5000/datapoint/<datapoint_name>/set`
72+
#### `http://localhost:5000/datapoint/<datapoint_name>/set`
7373
Method: POST
7474

7575
Arguments to pass:
@@ -83,7 +83,7 @@ Arguments to pass:
8383
Description: Sets datapoint in the simulator
8484

8585

86-
### `http://localhost:5000/event/<event_name>/trigger`
86+
#### `http://localhost:5000/event/<event_name>/trigger`
8787
Method: POST
8888

8989
Arguments to pass:

0 commit comments

Comments
 (0)