Skip to content

Commit

Permalink
Docs: Update README.md (#1259)
Browse files Browse the repository at this point in the history
* Update README.md

* dumb commit to trigger the tests
  • Loading branch information
isabelle-dr committed Sep 23, 2022
1 parent 9c41c25 commit c3f3a55
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 @@ -2,7 +2,7 @@
[![Test Package Document](https://github.com/MobilityData/gtfs-validator/workflows/Test%20Package%20Document/badge.svg)](https://github.com/MobilityData/gtfs-validator/actions?query=workflow%3A%22Test+Package+Document%22) ![End to end](https://github.com/MobilityData/gtfs-validator/workflows/End%20to%20end/badge.svg) ![End to end big](https://github.com/MobilityData/gtfs-validator/workflows/End%20to%20end%20big/badge.svg) ![End to end 100](https://github.com/MobilityData/gtfs-validator/workflows/End%20to%20end%20100/badge.svg) [![Rule acceptance tests](https://github.com/MobilityData/gtfs-validator/actions/workflows/acceptance_test.yml/badge.svg)](https://github.com/MobilityData/gtfs-validator/actions/workflows/acceptance_test.yml) ![Docker image](https://github.com/MobilityData/gtfs-validator/actions/workflows/docker.yml/badge.svg) [![Join the gtfs-validator chat](https://badgen.net/badge/slack/%20/green?icon=slack)](https://bit.ly/mobilitydata-slack)


A [General Transit Feed Specification (GTFS) Schedule](https://gtfs.mobilitydata.org/spec/gtfs-schedule) (static) feed validator, maintained by [MobilityData](www.mobilitydata.org).
A [General Transit Feed Specification (GTFS) Schedule](https://gtfs.mobilitydata.org/spec/gtfs-schedule) (static) feed validator, maintained by [MobilityData](www.mobilitydata.org).

---
<p align="center">
Expand Down Expand Up @@ -82,7 +82,7 @@ You can run this validator using a GTFS dataset on your computer, or from a URL.
- here is an example of what the command could look like: `java -jar gtfs-validator-cli.jar -i /myDirectory/gtfs.zip -o output`

- To validate a GTFS dataset from a URL, run the following command in the terminal, replacing the text in brackets:
- `java -jar {name of the jar file} -i {input to the GTFS file} -o {name of the output directory that will be created}`
- `java -jar {name of the jar file} -u {URL to the GTFS file} -o {name of the output directory that will be created}`
- here is an example of what the command could look like: `java -jar gtfs-validator-cli.jar -u https://www.abc.com/gtfs.zip -o output`

More detailed instructions with all the parameters that exists are available on our ["Usage"](/docs/USAGE.md) page.
Expand Down

0 comments on commit c3f3a55

Please sign in to comment.