From dba825d829de070de5d17efba4a7dbe926c5c5c0 Mon Sep 17 00:00:00 2001 From: "Daniel J. Hofmann" Date: Thu, 12 Oct 2017 12:00:30 +0200 Subject: [PATCH] Fixes readme contract mixup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4323b91fe..79bc832a9 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ There are two pre-processing pipelines available: we recommend using MLD by default except for special use-cases such as very large distance matrices where CH is still a better fit for the time being. In the following we explain the MLD pipeline. -If you want to use the CH pipeline instead replace `osrm-partition` and `osrm-customize` with a single `osrm-customize` and change the algorithm option for `osrm-routed`. +If you want to use the CH pipeline instead replace `osrm-partition` and `osrm-customize` with a single `osrm-contract` and change the algorithm option for `osrm-routed` to `--algorithm ch`. ### Using Docker