From 5d90d8a125d8b854c365f529233753e88f18a250 Mon Sep 17 00:00:00 2001 From: Adam Zerner Date: Sun, 11 Feb 2024 18:08:47 -0800 Subject: [PATCH] "user experience" -> "developer experience" (#460) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec0f4fc..0de1283 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Documentation](https://img.shields.io/github/v/release/denodrivers/postgres?color=yellow&label=Documentation&logo=deno&style=flat-square)](https://doc.deno.land/https/deno.land/x/postgres/mod.ts) [![License](https://img.shields.io/github/license/denodrivers/postgres?color=yellowgreen&label=License&style=flat-square)](LICENSE) -A lightweight PostgreSQL driver for Deno focused on user experience. +A lightweight PostgreSQL driver for Deno focused on developer experience. `deno-postgres` is being developed inspired by the excellent work of [node-postgres](https://github.com/brianc/node-postgres) and