branch: elpa/emacsql commit 5c423307a8b22ace2148a53fdd20b146aaf96065 Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Fix README typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da19b75656..28e6cdeb6c 100644 --- a/README.md +++ b/README.md @@ -309,7 +309,7 @@ and unit testing. make test -If the environmental variable `PGDATABASE` is present then the unit +If the environment variable `PGDATABASE` is present then the unit tests will also be run with PostgreSQL in addition to SQLite. Also provide `PGHOST`, `PGPORT`, and `PGUSER` if needed.