From 7061856e065b339e5f239439dcd13851ed50444c Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Thu, 17 Mar 2022 19:31:44 +0200 Subject: Readme another update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c37073..679b345 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ From the api you can fetch data as follows: * [https://luhamus-nba-data.herokuapp.com/players/bulls](https://luhamus-nba-data.herokuapp.com/players/bulls). * [https://luhamus-nba-data.herokuapp.com/players/celtics](https://luhamus-nba-data.herokuapp.com/players/celtics). * [https://luhamus-nba-data.herokuapp.com/players/hawks](https://luhamus-nba-data.herokuapp.com/players/hawks). - - NB: you shouldn't use the "fullName", like "Chicago Bulls". + > :warning: You shouldn't use the "fullName", like "Chicago Bulls". ### API on localhost To run the API locally, you should first clone the Repo and do the following: @@ -39,7 +39,7 @@ where reload option is for development. Code for fetching data in in directory AllAboutData, where the fetched data will also be stored. To use the data fetching script, you should follow the same steps as -for running API locally. Then you should make a file +for [running API locally](### API on localhost). Then you should make a file ``` .env ``` -- cgit v1.2.3