Skip to content

Commit 4d691b4

Browse files
committed
fix markdown error in README
1 parent 0130f5b commit 4d691b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ By default, SSE servers are mounted at `/sse` and Streamable HTTP servers are mo
950950
The following example shows how to use `streamable_http_app()`, a method that returns a `Starlette` application object.
951951
You can then append additional routes to that application as needed.
952952

953-
```
953+
```python
954954
from starlette.routing import Route
955955

956956
mcp = FastMCP("My App")

0 commit comments

Comments
 (0)