Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
djgould committed Mar 27, 2024
1 parent dca693a commit a62a732
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ npm install cypress-ai --save-dev

```js
import { defineConfig } from 'cypress'
import { cypressAI } from './cypress-ai'
import { createCypressAI } from './cypress-ai'

const cypressAI = createCypressAI({ apiKey: 'open ai api key' })

export default defineConfig({
e2e: {
Expand Down

0 comments on commit a62a732

Please sign in to comment.