Skip to content

Commit c478378

Browse files
authored
docs: highlight logfire instrumentation in fastapi (#1432)
1 parent 98b1311 commit c478378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/web-frameworks/fastapi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pip install uvicorn
2323

2424
You can run it with `python main.py`:
2525

26-
```py title="main.py"
26+
```py title="main.py" hl_lines="6-7"
2727
import logfire
2828
from fastapi import FastAPI
2929

0 commit comments

Comments
 (0)