From 8bd969df26dd0dd6746314376249e1ef293e1e5e Mon Sep 17 00:00:00 2001 From: The Alchemist Date: Sun, 17 Jun 2018 17:31:21 -0400 Subject: [PATCH] Small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cef227b..d6ad6b9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ After generating the configure script with ``autogen.sh``, ``./configure --help Note: you can use ``--with-pgconfig`` on the ``./configure`` command line if you have multiple PostgreSQL installations on your system and want to target a specific one. For example: -- ``./configure --with-pgconfig=/sur/lib/postgresql/9.5/bin/pg_config`` +- ``./configure --with-pgconfig=/usr/lib/postgresql/9.5/bin/pg_config`` Run unit tests: