From 54dc5bb8b5cb8a289c39b47db37c568bc15f9f26 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Fri, 3 Jun 2016 16:30:41 -0400 Subject: [PATCH] Remove errant ~ --- installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installing.md b/installing.md index 2e392b9..1129a61 100644 --- a/installing.md +++ b/installing.md @@ -272,7 +272,7 @@ the importers with simply `cd $importer_directory; npm start`. Unfortunately onl and OpenStreetMap importers works that way right now. For [Geonames](https://github.com/pelias/geonames/) and [OpenAddresses](https://github.com/pelias/openaddresses), -please see their respective READMEs, which detail the process of running them. By the way, ~we'd +please see their respective READMEs, which detail the process of running them. By the way, we'd love to see pull requests that allow them to read configuration from `pelias.json` like the other importers.