Skip to content

Commit

Permalink
Fix libpq typo in beacon.watch README (#4356)
Browse files Browse the repository at this point in the history
## Issue Addressed

Fix README typo (`libpg` -> `libpq`).


Co-authored-by: Jimmy Chen <jimmy@sigmaprime.io>
  • Loading branch information
jimmygchen and jimmygchen committed May 31, 2023
1 parent e6deaad commit 7b1a0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ data which is:
### Requirements
- `git`
- `rust` : https://rustup.rs/
- `libpg` : https://www.postgresql.org/download/
- `libpq` : https://www.postgresql.org/download/
- `diesel_cli` :
```
cargo install diesel_cli --no-default-features --features postgres
Expand Down

0 comments on commit 7b1a0d4

Please sign in to comment.