From c06d4c59a77bfff2c20901ff01250e13e458b749 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 2 Jan 2024 17:21:31 -0600 Subject: [PATCH] reword to put link correctly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4b178f..0db2af7 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ This section lists the most important options of the Recorder with their long na `--precision` overrides the compiled-in default. (See "Precision" later.) -`--geokey` sets the API key for reverse geo lookups. We support Google (legacy) and OpenCage which we recommend [OpenCage](doc/OPENCAGE.md). We also support [revgeod]. You will require an API key for the first two. For backwards-compatibility the API key for Google is used "as is", whereas you prefix the OpenCage API key with the string `"opencage:"`: +`--geokey` sets the API key for reverse geo lookups. We support Google (legacy) and [OpenCage](doc/OPENCAGE.md) which we recommend. We also support [revgeod]. You will require an API key for the first two. For backwards-compatibility the API key for Google is used "as is", whereas you prefix the OpenCage API key with the string `"opencage:"`: ``` --geokey "opencage:xxxxxxxxxxxxxxxxxxxxxx" # for OpenCage --geokey "xxxxxxxxxxxxxxxxxxxxxx" # for Google