Skip to content

Commit 7cd2608

Browse files
committed
Update Docs
1 parent c49cdfc commit 7cd2608

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ composer require shipfastlabs/toolkit-database
1717

1818
## Usage
1919

20-
Add the tool to an agent's `tools()`:
20+
Instantiate the tool and pass it to an agent's `tools()`:
2121

2222
```php
23-
use Shipfastlabs\Toolkit\Database\DatabaseTool;
23+
use Shipfastlabs\Toolkit\Database\DatabaseQueryTool;
2424

25-
$tools = [new DatabaseTool];
25+
$tools = [new DatabaseQueryTool];
2626
```
2727

2828
## Input schema

0 commit comments

Comments
 (0)