Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ let quit_reason = server.waiting().await?;
let quit_reason = server.cancel().await?;
```

### Use marcos to declaring tool
### Use macros to declaring tool

Use `toolbox` and `tool` macros to create tool quickly.

Expand Down Expand Up @@ -191,4 +191,4 @@ See [examples](examples/README.md)

## Development with Dev Container

See [docs/DEVCONTAINER.md](docs/DEVCONTAINER.md) for instructions on using Dev Container for development.
See [docs/DEVCONTAINER.md](docs/DEVCONTAINER.md) for instructions on using Dev Container for development.
Loading