From 482510b8ac3dcb26a7084ceb758aebbe20011d57 Mon Sep 17 00:00:00 2001 From: "Jun, Koo" Date: Mon, 26 May 2025 04:07:26 +0900 Subject: [PATCH] docs(readme): Fix typo 'Additionaly' in README Corrects the misspelling of 'Additionaly' to 'Additionally' in the documentation section of the README.md file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5b2c24..a3032d1 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ That's it! Your auto-generated MCP server is now available at `https://app.base. ## Documentation, Examples and Advanced Usage -FastAPI-MCP provides [comprehensive documentation](https://fastapi-mcp.tadata.com/). Additionaly, check out the [examples directory](examples) for code samples demonstrating these features in action. +FastAPI-MCP provides [comprehensive documentation](https://fastapi-mcp.tadata.com/). Additionally, check out the [examples directory](examples) for code samples demonstrating these features in action. ## FastAPI-first Approach