From 903de3e8d8040070668feabd772992e59094af22 Mon Sep 17 00:00:00 2001 From: Lewis Belcher Date: Sun, 5 Apr 2020 13:34:43 +0200 Subject: [PATCH] Update README.md Simple terminology fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b616c549..ba22b8d2 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ with C, those interactions are `unsafe`. * Simple (unprepared) query execution including fetching results into the same `Row` types used by the high-level API. Supports batch execution and returning results from all statements. - * Transport Level Security (TLS) where supported ([MySQL] and [PostgreSQL]). + * Transport Layer Security (TLS) where supported ([MySQL] and [PostgreSQL]). * Asynchronous notifications using `LISTEN` and `NOTIFY` for [PostgreSQL].