From ce5a38c439e2df71faf4813169c93b4314f240e2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 12 Nov 2018 18:58:41 +0100 Subject: minor documentation improvements --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 03e68aa..e1f2d72 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors ------------------------------------------------------------------------- -* + Dependencies @@ -27,7 +27,7 @@ not wish to build it), the following drop-in replacements are available: * Text::Levenshtein::XS * Text::Levenshtein (about 10 times slower than the XS modules) -To use them, simply run: +To use them, run: > sed -i 's/Text::LevenshteinXS/Text::Levenshtein::XS/g' Build.PL lib/Travel/Status/DE/IRIS/Stations.pm or > sed -i 's/Text::LevenshteinXS/Text::Levenshtein/g' Build.PL lib/Travel/Status/DE/IRIS/Stations.pm -- cgit v1.2.3