summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0db80c5..813c49d 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,10 @@ You can fetch the data from API as follows:
```
or just use [this](https://luhamus-nba-data.herokuapp.com/teams) link.
-* For players information, you can search by the team. the endpoint is "/players/{team_name}
+* For players information, you can search by the team. the endpoint is
+```
+{api_url}/players/{team_name}
+```
* you can get the team name from fetching the teams data from /teams.
* Examples with Bulls, Celtics, Hawks:
* [https://luhamus-nba-data.herokuapp.com/players/bulls](https://luhamus-nba-data.herokuapp.com/players/bulls).