diff --git a/README.md b/README.md
index 3d641e8..ce96277 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
![ppplogo](/static/images/ppp.png)
#
+ **IMPORTANT: I AM CURRENTLY WORKING ON Prize-Pick-Predictions VERSION 2.**
A Flask application that displays current NBA player score predictions. Please take a look below.
@@ -46,6 +47,11 @@ This Python project is a Flask application that provides "recommendations" for s
```sh
gecko_path = './drivers/geckodriver.exe'
```
+3. Create a "`.env`" file with your [balldontlie](https://new.balldontlie.io/) API key (Free account will work fine)
+
+ ```sh
+ THE_BALL_DONT_LIEAPI_KEY=
+ ```
## 🚀 Host the app locally