summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRasmus Luha <rasmus.luha@gmail.com>2022-03-17 19:53:20 +0200
committerRasmus Luha <rasmus.luha@gmail.com>2022-03-17 19:53:20 +0200
commit0bd009d4b690fafaca957fcd669a33cf579860fb (patch)
tree5e8fbd971fcd1e3f2a4fc27fa7d10076b8db41e5 /README.md
parentc247325eb75c261047710f71b99df2f9280241ee (diff)
readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 55485a3..1171699 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Overview
This project has the functionality to fetch data about NBA and store it in csv format files.
It also has an API to serve the data.
-API is at this [https://luhamus-nba-data.herokuapp.com/](https://luhamus-nba-data.herokuapp.com/).
+API is can be found here: [https://luhamus-nba-data.herokuapp.com/](https://luhamus-nba-data.herokuapp.com/).
# How to use
## API
@@ -14,7 +14,7 @@ You can fetch the data from API as follows:
<br>
<br>
- * 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 "/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).