From 3c92b83d000691b1ef447627b21c611d8d09abae Mon Sep 17 00:00:00 2001 From: Aarav Borthakur <69025547+gadhagod@users.noreply.github.com> Date: Sun, 3 Jan 2021 01:17:28 -0800 Subject: [PATCH] Fix README example request --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22512e4..1e571a7 100644 --- a/README.md +++ b/README.md @@ -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",