Skip to content

Commit 6255a87

Browse files
authored
Update index.md (#759)
1 parent fc98668 commit 6255a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ logfire.instrument_asyncpg() # (2)!
178178
...
179179
```
180180

181-
1. Configure logfire, this will fail if not project is set up.
181+
1. Configure logfire, this will fail if project is not set up.
182182
2. In our demo, `DatabaseConn` uses [`asyncpg`]() to connect to a PostgreSQL database, so [`logfire.instrument_asyncpg()`](https://magicstack.github.io/asyncpg/current/) is used to log the database queries.
183183

184184
That's enough to get the following view of your agent in action:

0 commit comments

Comments
 (0)