From 3c7f8c9c0a370d0f5c046060edc6301da2456868 Mon Sep 17 00:00:00 2001 From: Jean Loui Bernard <45553309+JeanExtreme002@users.noreply.github.com> Date: Sat, 23 Dec 2023 01:54:47 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cacc86..8f20ce8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ See more information at: https://www.flightradar24.com/terms-and-conditions ## Installing FlightRadarAPI **For Python with pip:** ``` -pip install flightradarapi +pip install FlightRadarAPI ``` **For NodeJS with npm:** ``` From a7aa9af830de696af90c31bcaf15d4d2b8d6953f Mon Sep 17 00:00:00 2001 From: Jean Loui Bernard <45553309+JeanExtreme002@users.noreply.github.com> Date: Sat, 23 Dec 2023 02:43:53 -0300 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 700cd7b..c140642 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ dist *.egg-info .idea/ venv/ -node_modules/ \ No newline at end of file +node_modules/