Skip to content

Commit d3bf9cd

Browse files
Fix typo in starlette import in README (#374)
1 parent 9a2bb6a commit d3bf9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ You can mount the SSE server to an existing ASGI server using the `sse_app` meth
357357

358358
```python
359359
from starlette.applications import Starlette
360-
from starlette.routes import Mount, Host
360+
from starlette.routing import Mount, Host
361361
from mcp.server.fastmcp import FastMCP
362362

363363

0 commit comments

Comments
 (0)