Skip to content

Commit 3c92b83

Browse files
authored
Fix README example request
1 parent 7a040fc commit 3c92b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Hyrule compendium is an encyclopedia of all in-game interactive items. With
1313
You can see a specific item, all items in a category, or all data in our database.
1414
Here is an example request and response, retrieving data on the silver lynel:
1515

16-
$ curl http://botw-compendium.herokuapp.com/api/v1/silver_lynel
16+
$ curl http://botw-compendium.herokuapp.com/api/v1/entry/silver_lynel
1717
{
1818
"data": {
1919
"category": "monsters",

0 commit comments

Comments
 (0)