Skip to content

Commit 9d35164

Browse files
committed
lint
1 parent 11731fb commit 9d35164

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/toolbox-core/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,14 @@ pip install toolbox-core
6060
```
6161

6262
> [!NOTE]
63+
>
6364
> - The primary `ToolboxClient` is asynchronous and requires using `await` for
6465
> loading and invoking tools, as shown in most examples.
65-
> * Asynchronous code needs to run within an event loop (e.g., using
66+
> - Asynchronous code needs to run within an event loop (e.g., using
6667
> `asyncio.run()` or in an async framework). See the [Python `asyncio`
6768
> documentation](https://docs.python.org/3/library/asyncio-task.html) for more
6869
> details.
69-
> * If you prefer synchronous execution, refer to the [Synchronous
70+
> - If you prefer synchronous execution, refer to the [Synchronous
7071
> Usage](#synchronous-usage) section below.
7172
7273
## Quickstart

0 commit comments

Comments
 (0)