From d57e4902a1f577aefefb4888dc507706c208a0e8 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Thu, 17 Jul 2014 09:17:55 -0500 Subject: [PATCH] Update README.md Fix markdown Note that tern is using older pgx --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 23a83ab6..7c3d3dc8 100644 --- a/examples/README.md +++ b/examples/README.md @@ -2,5 +2,5 @@ * 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. -* (The Pithy Reader)[https://github.com/jackc/tpr] is a RSS aggregator that uses pgx. +* [Tern](https://github.com/jackc/tern) is a migration tool that uses pgx (uses v1 of pgx). +* [The Pithy Reader](https://github.com/jackc/tpr) is a RSS aggregator that uses pgx.