We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30d806 commit af51779Copy full SHA for af51779
README.md
@@ -94,7 +94,7 @@ let quit_reason = server.waiting().await?;
94
let quit_reason = server.cancel().await?;
95
```
96
97
-### Use marcos to declaring tool
+### Use macros to declaring tool
98
99
Use `toolbox` and `tool` macros to create tool quickly.
100
@@ -191,4 +191,4 @@ See [examples](examples/README.md)
191
192
## Development with Dev Container
193
194
-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.
0 commit comments