Skip to content

Commit e5f6bd4

Browse files
authored
Update README.md
1 parent 62e1df5 commit e5f6bd4

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
@@ -92,7 +92,7 @@ It is a very good idea to always create a connection pool at the beginning of yo
9292
and then share that.
9393

9494
```rust
95-
# Postgres
95+
// Postgres
9696
let pool = sqlx::PgPool::new("postgres://localhost/database").await?;
9797
```
9898

0 commit comments

Comments
 (0)