Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Han Wang <[email protected]>
  • Loading branch information
theredsix authored Oct 27, 2024
1 parent 9c5b714 commit 8cc7608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { AnthropicPlanner, BrowserAgent } from 'cerebellum-ai';


(async function example() {
let driver = await new Builder().forBrowser(Browser.FIREFOX);
let driver = await new Builder().forBrowser(Browser.FIREFOX).build();
try {
await driver.get('https://www.google.com');

Expand Down

0 comments on commit 8cc7608

Please sign in to comment.