diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-11-12 18:58:41 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-11-12 18:58:41 +0100 |
commit | ce5a38c439e2df71faf4813169c93b4314f240e2 (patch) | |
tree | d56136bc82f5ccb4ad159d66d87fdb9bd55ef960 /README | |
parent | 08c27ae4f121942b0da5e9a44c6256423587857c (diff) |
minor documentation improvements
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors ------------------------------------------------------------------------- -* <http://finalrewind.org/projects/Travel-Status-DE-IRIS/> +<https://finalrewind.org/projects/Travel-Status-DE-IRIS/> 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 |