aboutsummaryrefslogtreecommitdiff
path: root/data/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'data/README.md')
-rw-r--r--data/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/README.md b/data/README.md
index dd1da79..6aa2e10 100644
--- a/data/README.md
+++ b/data/README.md
@@ -15,7 +15,7 @@ stopId: # Numeric ID of the stop to override
hide: # Hide the stop from the map and list (boolean)
amenities: # List of amenities available at this stop (list)
- shelter
- - real-time display
+ - display
```
## Field Descriptions
@@ -27,7 +27,7 @@ stopId: # Numeric ID of the stop to override
- **latitude** (float): Override latitude coordinate.
- **longitude** (float): Override longitude coordinate.
- **hide** (boolean): Set to `true` to exclude the stop from maps and listings.
-- **amenities** (array of strings): Amenities available at this stop, such as `shelter` or `real-time display`. For now, only those two will be supported in the app.
+- **amenities** (array of strings): Amenities available at this stop, such as `shelter` or `display`. For now, only those two will be supported in the app.
## Example
@@ -43,4 +43,4 @@ stopId: # Numeric ID of the stop to override
amenities:
- shelter
- real-time display
-``` \ No newline at end of file
+```