From 5484a64cb0841e9da168c960ab9480c452490926 Mon Sep 17 00:00:00 2001 From: Nicolas Chaulet Date: Wed, 18 Jan 2017 19:31:14 -0500 Subject: [PATCH] Fix readme for opendatafrance --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83f6f476..2fad19c4 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ var geocoder = NodeGeocoder({ * `geocodio`: Geocodio, Supports address geocoding and reverse geocoding (US only) * `yandex`: Yandex support address geocoding, you can use `options.language` to specify language * `teleport`: Teleport supports city and urban area forward and reverse geocoding; for more information, see [Teleport API documentation](https://developers.teleport.org/api/) -* `opendata france`: OpendataFranceGeocoder supports forward and reverse geocoding in France; for more information, see [OpendataFrance API documentation](https://adresse.data.gouv.fr/api/) +* `opendatafrance`: OpendataFranceGeocoder supports forward and reverse geocoding in France; for more information, see [OpendataFrance API documentation](https://adresse.data.gouv.fr/api/) ## Http adapter