From fde5ec586e49258dfc4a2fcd861fcdecb4794fc3 Mon Sep 17 00:00:00 2001 From: Ravi van Rooijen Date: Tue, 27 Aug 2019 15:57:19 +0200 Subject: [PATCH] Use arrow character in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60cef5306..f1368773d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ $ npm install pg * Pure JavaScript client and native libpq bindings share _the same API_ * Connection pooling -* Extensible JS<->PostgreSQL data-type coercion +* Extensible JS ↔ PostgreSQL data-type coercion * Supported PostgreSQL features * Parameterized queries * Named statements with query plan caching