summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuhamus <86472291+Luhamus@users.noreply.github.com>2022-03-24 10:35:25 +0200
committerGitHub <noreply@github.com>2022-03-24 10:35:25 +0200
commit99c16a472a0071edc6bb48d6e7e466cd5f721ce4 (patch)
treef681866f124ab446e85d74b63acc661486ebb584
parent808c0cb70b999316bcc2accd6e8e026f2e003936 (diff)
Update README.mdmain
-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).