From 60be9ed3dd8c8fffe957317ccea70f0c8ce667a0 Mon Sep 17 00:00:00 2001 From: Jerome St-Louis Date: Tue, 13 Feb 2024 10:28:37 -0500 Subject: [PATCH] Update README.md: Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f477029..e9b4ee2 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Retrieve bands B02, B03 and B04 (field selection a.k.a. "range subsetting"). `GET /collections/myCoverage/coverage?scale-size=Lon(800),Lat(400)` -Retrieve a the coverage at a a resolution of 800 cells for the longitude axis and 400 cells for the latitude axis. +Retrieve a the coverage at a resolution of 800 cells for the longitude axis and 400 cells for the latitude axis. `GET /collections/myCoverage/coverage?scale-factor=2`