diff --git a/README.md b/README.md index c6391b8..e0de569 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ It works like a multi-agent development team that can take a natural language re - Make sure you have uv installed, follow the instructions [here](https://docs.astral.sh/uv/getting-started/installation/) to install it. - Ensure that you have created a groq account and have your API key ready. Create an API key [here](https://console.groq.com/keys). -### ⚙️ **Instsllstion and Startup** +### ⚙️ **Installation and Startup** - Create a virtual environment using: `uv venv` and activate it using `source .venv/bin/activate` - Install the dependencies using: `uv pip install -r pyproject.toml` - Create a `.env` file and add the variables and their respective values mentioned in the `.sample_env` file