diff --git a/README.md b/README.md index b478ac630d..f2136fa4cc 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,13 @@ A [General Transit Feed Specification (GTFS) Schedule](https://gtfs.mobilitydata ---

-Using the Desktop app +Web version ● -Using the command line +Desktop version ● -Using Docker +Command line +● +Docker

@@ -33,10 +35,17 @@ This is a cross-platform application written in Java that performs the following 3. Performs complete validation against the [GTFS Schedule standard](https://gtfs.org/schedule/reference/#h.hc443y62gb8c). 4. Provides an easy-to-use validation report in HTML format that can be opened in the browser and shared with other parties. See an [example of a validation report](https://htmlpreview.github.io/?https://github.com/MobilityData/gtfs-validator/blob/master/docs/report.html). The report is also available in JSON format that can be used for parsing and running additional analyses. -