From 3d8d02dbf51df4daa2fc204dd9b223647e51f3af Mon Sep 17 00:00:00 2001 From: Alex Kesling Date: Wed, 2 Apr 2025 16:18:22 -0400 Subject: [PATCH] fix(typo): s/marcos/macros/ --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96e55dd8d..0e9b717de 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. \ No newline at end of file +See [docs/DEVCONTAINER.md](docs/DEVCONTAINER.md) for instructions on using Dev Container for development.