diff --git a/holiday-integrations/README.md b/holiday-integrations/README.md index a6d2c63..651bf20 100644 --- a/holiday-integrations/README.md +++ b/holiday-integrations/README.md @@ -39,7 +39,7 @@ To use the environment variables from .env and install the project: ```bash cd src source .env -poetry intall +poetry install ``` ### Step 3: Run the main script To run the project and its agents: @@ -91,4 +91,4 @@ Open a new terminal (let the previous one be as is), and navigate to the src fol cd src poetry run python top_dest_client.py ``` -Once you hit enter, a request will be sent to the top destinations agent every 10 seconds, and you will be able to see your results in the console! \ No newline at end of file +Once you hit enter, a request will be sent to the top destinations agent every 10 seconds, and you will be able to see your results in the console!