From 99c16a472a0071edc6bb48d6e7e466cd5f721ce4 Mon Sep 17 00:00:00 2001 From: Luhamus <86472291+Luhamus@users.noreply.github.com> Date: Thu, 24 Mar 2022 10:35:25 +0200 Subject: Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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). -- cgit v1.2.3