Skip to content

Commit cffa63a

Browse files
authored
Merge pull request #339 from keul/patch-1
Invalid JSON example in README
2 parents b3247b8 + a815bb6 commit cffa63a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

item-search/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,13 @@ parameter name is defined by the implementor and is not necessarily part of the
150150
"links": [
151151
{
152152
"rel": "next",
153-
"href": "https://stac-api.example.com/search?page=3"
153+
"href": "https://stac-api.example.com/search?page=3",
154154
"type": "application/geo+json"
155155

156156
},
157157
{
158158
"rel": "prev",
159-
"href": "https://stac-api.example.com/search?page=1"
159+
"href": "https://stac-api.example.com/search?page=1",
160160
"type": "application/geo+json"
161161
}
162162
]

0 commit comments

Comments
 (0)