Skip to content

Commit 4b9c5cc

Browse files
committed
minor fix in documentation
1 parent 9dc69e7 commit 4b9c5cc

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
@@ -40,7 +40,7 @@ Integrate the middleware into your FastAPI application like this:
4040

4141
```python
4242
from fastapi import FastAPI
43-
from my_middleware import ElasticsearchLoggerMiddleware
43+
from fastapi_elasticsearch_middleware.elasticsearch_middleware import ElasticsearchLoggerMiddleware
4444

4545
app = FastAPI()
4646
app.add_middleware(ElasticsearchLoggerMiddleware, config=config)

0 commit comments

Comments
 (0)