Fixes readme contract mixup

This commit is contained in:
Daniel J. Hofmann 2017-10-12 12:00:30 +02:00 committed by Patrick Niklaus
parent ee6e7dab3b
commit dba825d829

View File

@ -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. 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. 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 ### Using Docker