fixed small inconsistency in README (#34)

This commit is contained in:
Tirreg 2022-04-19 10:42:34 +02:00 committed by GitHub
parent 8f6be38f8c
commit 04de10a3ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@ docker run -i --rm \
# mount GTFS data # mount GTFS data
--volume /path/to/gtfs/data:/gtfs \ --volume /path/to/gtfs/data:/gtfs \
# tell pfaedle where to find the data # tell pfaedle where to find the data
pfaedle -x /osm/osm-data.xml -i /gtfs adfreiburg/pfaedle -x /osm/osm-data.xml -i /gtfs
``` ```
## Debugging ## Debugging