From d3dcfcc9b05938a72216f8a85032a97a9fec016e Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 16 Mar 2019 20:44:12 -0700 Subject: [PATCH] NuWeather: fix Markdown syntax from last commit [skip ci] --- NuWeather/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NuWeather/README.md b/NuWeather/README.md index 8019805..11f6673 100644 --- a/NuWeather/README.md +++ b/NuWeather/README.md @@ -64,7 +64,7 @@ config plugins.NuWeather.DBAddressingMode nicks * Apixu provides weather lookup by place name directly, and does not need further configuration. * Dark Sky requires a separate lookup to translate place names into GPS coordinates, a process known as **geocoding**. -The default backend for geocoding is [OpenStreetMap's Nominatim]((https://nominatim.openstreetmap.org/)) service, and can be configured via the `plugins.NuWeather.geocodeBackend` option. +The default backend for geocoding is [OpenStreetMap's Nominatim](https://nominatim.openstreetmap.org/) service, and can be configured via the `plugins.NuWeather.geocodeBackend` option. Other supported options include [Google Maps](https://developers.google.com/maps/documentation/geocoding/start) and [OpenCage](https://opencagedata.com/), which may provide more relevant results for North America (e.g. U.S. ZIP codes). These services both require API keys: [Google Maps](https://developers.google.com/maps/documentation/geocoding/get-api-key) (credit card required) | [OpenCage](https://opencagedata.com/api)