From 04de10a3ae0702cd0fb2d79687bac58f66940bfa Mon Sep 17 00:00:00 2001 From: Tirreg <62337294+TheRealTirreg@users.noreply.github.com> Date: Tue, 19 Apr 2022 10:42:34 +0200 Subject: [PATCH] fixed small inconsistency in README (#34) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c5222d..adb9d3a 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ docker run -i --rm \ # mount GTFS data --volume /path/to/gtfs/data:/gtfs \ # 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