Skip to content

Commit 5f1e348

Browse files
authored
fix: typo
1 parent 90d864e commit 5f1e348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pip install git://git@github.com/invariantlabs-ai/playwright-computer-use.git
3838
You can also include the `PlaywrightToolbox` as a tool for `Claude`, to enable the use of a playwright browser in an existing agent.
3939

4040
```python
41-
tools = tools = PlaywrightToolbox(page=page, use_cursor=True)
41+
tools = PlaywrightToolbox(page=page, use_cursor=True)
4242

4343
# Give Claude access to computer use tool
4444
response = anthropic_client.beta.messages.create(

0 commit comments

Comments
 (0)