Skip to content

Commit

Permalink
Fix README example request
Browse files Browse the repository at this point in the history
  • Loading branch information
gadhagod authored Jan 3, 2021
1 parent 7a040fc commit 3c92b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Hyrule compendium is an encyclopedia of all in-game interactive items. With
You can see a specific item, all items in a category, or all data in our database.
Here is an example request and response, retrieving data on the silver lynel:

$ curl http://botw-compendium.herokuapp.com/api/v1/silver_lynel
$ curl http://botw-compendium.herokuapp.com/api/v1/entry/silver_lynel
{
"data": {
"category": "monsters",
Expand Down

0 comments on commit 3c92b83

Please sign in to comment.