Skip to content

Commit 66b6c71

Browse files
authored
Merge pull request #422 from radiantearth/fix/rde/readme-example-bbox
Fix bbox in README example
2 parents 80932ce + 081d8c8 commit 66b6c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

item-search/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ GET /search?collections=landsat8,sentinel&bbox=-10.415,36.066,3.779,44.213&limit
9797
```json
9898
{
9999
"collections": ["landsat8","sentinel"],
100-
"bbox": [10.415,36.066,3.779,44.213],
100+
"bbox": [-10.415,36.066,3.779,44.213],
101101
"limit": 200,
102102
"datetime": "2017-05-05T00:00:00Z"
103103
}

0 commit comments

Comments
 (0)