From a815bb6759a8d503404b7fbb2e55d3307da3f21a Mon Sep 17 00:00:00 2001 From: Luca Fabbri Date: Wed, 12 Oct 2022 17:22:07 +0200 Subject: [PATCH] Invalid JSON example in README --- item-search/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/item-search/README.md b/item-search/README.md index 72a11ebe..234402c8 100644 --- a/item-search/README.md +++ b/item-search/README.md @@ -150,13 +150,13 @@ parameter name is defined by the implementor and is not necessarily part of the "links": [ { "rel": "next", - "href": "https://stac-api.example.com/search?page=3" + "href": "https://stac-api.example.com/search?page=3", "type": "application/geo+json" }, { "rel": "prev", - "href": "https://stac-api.example.com/search?page=1" + "href": "https://stac-api.example.com/search?page=1", "type": "application/geo+json" } ]