diff --git a/README.md b/README.md index 3630d78..31db55b 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ Run Playwright tests using AI. 1. Install `auto-playwright` dependency: ```bash -$ npm install auto-playwright -D +npm install auto-playwright -D ``` -2. This package relies on talking with OpenAI (https://openai.com/). You must export the API token: +2. This package relies on talking with OpenAI (https://openai.com/). You must export the API token as an enviroment variable or add it to your `.env` file: ```bash -$ export export OPENAI_API_KEY='sk-..." +export OPENAI_API_KEY='sk-..." ``` 3. Import and use the `auto` function: