From ed50e535c777257341dbc612273cab399d09b88b Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Thu, 19 Mar 2020 20:50:11 -0500 Subject: [PATCH] Update example readme --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 6a97bc09..410ebc32 100644 --- a/examples/README.md +++ b/examples/README.md @@ -3,5 +3,5 @@ * chat is a command line chat program using listen/notify. * todo is a command line todo list that demonstrates basic CRUD actions. * url_shortener contains a simple example of using pgx in a web context. -* [Tern](https://github.com/jackc/tern) is a migration tool that uses pgx (uses v1 of pgx). +* [Tern](https://github.com/jackc/tern) is a migration tool that uses pgx. * [The Pithy Reader](https://github.com/jackc/tpr) is a RSS aggregator that uses pgx.