Skip to content

Commit

Permalink
Fix README.md typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elie222 authored Nov 15, 2023
1 parent ef5f855 commit 6637b06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6637b06

Please sign in to comment.