Skip to content

Commit 286c3dd

Browse files
committed
fix a typo in README
1 parent ac591fe commit 286c3dd

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
@@ -77,6 +77,6 @@ you can see a live benchmark [here](https://github.com/Hexilee/async-postgres/ac
7777

7878
### Develop
7979

80-
Run tests need a running postgres server and environment variables:
80+
Running tests needs a postgres server and environment variables:
8181
- `TCP_URL="postgresql:///<db>?host=<tcp host>&port=<port>&user=<user>&password=<passwd>"`
8282
- `UDS_URL="postgresql:///<db>?host=<postgres uds dir>&port=<port>&user=<user>&password=<passwd>"`

0 commit comments

Comments
 (0)