From 0f7e86cf350078cb3ce1cbcaed43c97573ce4ae6 Mon Sep 17 00:00:00 2001 From: Asad Dhamani Date: Fri, 17 Feb 2017 19:10:18 +0530 Subject: [PATCH] Add missing comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3398bd..dcf3ede 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i * Elixir: [postgrex](https://github.com/elixir-ecto/postgrex) * Go: [pgx](https://github.com/jackc/pgx) * Java: [PostgreSQL JDBC Driver](https://jdbc.postgresql.org/) -* Node: [node-postgres](https://github.com/brianc/node-postgres) [pg-promise](https://github.com/vitaly-t/pg-promise) +* Node: [node-postgres](https://github.com/brianc/node-postgres), [pg-promise](https://github.com/vitaly-t/pg-promise) * Perl: [DBD-Pg](http://search.cpan.org/~turnstep/DBD-Pg/Pg.pm) * PHP: [Pomm](http://www.pomm-project.org), [pecl/pq](https://github.com/m6w6/ext-pq) * Python: [psycopg2](https://pypi.python.org/pypi/psycopg2)