From 7b1a0d4bba4d6ad8c85273745e273fd8cdf74cc6 Mon Sep 17 00:00:00 2001 From: Jimmy Chen Date: Wed, 31 May 2023 07:16:20 +0000 Subject: [PATCH] Fix `libpq` typo in beacon.watch README (#4356) ## Issue Addressed Fix README typo (`libpg` -> `libpq`). Co-authored-by: Jimmy Chen --- watch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watch/README.md b/watch/README.md index 18bf39394..34519e52e 100644 --- a/watch/README.md +++ b/watch/README.md @@ -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