From e6e888b15c358efa18200c0dff011f0ab32e4c00 Mon Sep 17 00:00:00 2001 From: Benjamin Kurczyk Date: Tue, 31 Mar 2020 15:34:56 +0200 Subject: [PATCH] Fix of Link in Readme The Link to "tern" is wrong. This fixes it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 239ed2dc..d96eaafd 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ pglogrepl provides functionality to act as a client for PostgreSQL logical repli pgmock offers the ability to create a server that mocks the PostgreSQL wire protocol. This is used internally to test pgx by purposely inducing unusual errors. pgproto3 and pgmock together provide most of the foundational tooling required to implement a PostgreSQL proxy or MitM (such as for a custom connection pooler). -### [github.com/jackc/tern](https://github.com/jackc/pgmock) +### [github.com/jackc/tern](https://github.com/jackc/tern) tern is a stand-alone SQL migration system.